package org.multibit.hd.ui.events.view;
/**
* <p>Event to provide the following to View Event API:</p>
* <ul>
* <li>Indicates an alert has been removed from the UI</li>
* </ul>
*
* @since 0.0.1
*
*/
public class AlertRemovedEvent implements ViewEvent {
}