Interface AlertListener
public interface AlertListener
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidalertAdded(BidibAlert<?> alert, AlertListener.AlertAction alertAction) An alert was added.voidalertRemoved(BidibAlert<?> alert) An alert was removed.
-
Method Details
-
alertAdded
An alert was added.- Parameters:
alert- the alertalertAction- the alert action
-
alertRemoved
An alert was removed.- Parameters:
alert- the alert
-