Interface AlertListener
-
public interface AlertListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlertListener.AlertAction
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidalertAdded(com.jidesoft.alert.Alert alert, AlertListener.AlertAction alertAction)An alert was added.voidalertRemoved(com.jidesoft.alert.Alert alert)An alert was removed.
-
-
-
Method Detail
-
alertAdded
void alertAdded(com.jidesoft.alert.Alert alert, AlertListener.AlertAction alertAction)An alert was added.- Parameters:
alert- the alertalertAction- the alert action
-
alertRemoved
void alertRemoved(com.jidesoft.alert.Alert alert)
An alert was removed.- Parameters:
alert- the alert
-
-