Class AlertController
java.lang.Object
org.bidib.wizard.mvc.main.controller.AlertController
The
AlertController shows alerts on the main frame.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAlertListener(AlertListener alertListener) voidremoveAlertListener(AlertListener alertListener) voidshowAlert(BidibAlert<?> alert, AlertListener.AlertAction action, Component owner) Show the provided alert.voidstart()void
-
Constructor Details
-
AlertController
-
-
Method Details
-
start
public void start() -
stopWatcher
public void stopWatcher() -
showAlert
Show the provided alert.- Parameters:
alert- the alertowner- the owner component
-
addAlertListener
-
removeAlertListener
-