package org.multibit.hd.ui.events.view; /** * <p>Event to provide the following to View Event API:</p> * <ul> * <li>Indicates a need to perform a switch wallet</li> * </ul> * * @since 0.0.1 *   */ public class SwitchWalletEvent implements ViewEvent { }