package org.multibit.hd.ui.events.controller;
/**
* <p>Event to provide the following to the Controller Event API:</p>
* <ul>
* <li>Remove the topmost alert from the controller</li>
* </ul>
*
* @since 0.0.1
*
*/
public class RemoveAlertEvent implements ControllerEvent {
}