Class AlertController
- java.lang.Object
-
- org.bidib.wizard.mvc.main.controller.AlertController
-
public class AlertController extends Object
TheAlertControllershows alerts on the main frame.
-
-
Constructor Summary
Constructors Constructor Description AlertController(MainView mainView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAlertListener(AlertListener alertListener)voidremoveAlertListener(AlertListener alertListener)voidshowAlert(com.jidesoft.alert.Alert alert, Component owner)Show the provided alert.voidstart()voidstopWatcher()
-
-
-
Constructor Detail
-
AlertController
public AlertController(MainView mainView)
-
-
Method Detail
-
start
public void start()
-
stopWatcher
public void stopWatcher()
-
showAlert
public void showAlert(com.jidesoft.alert.Alert alert, Component owner)Show the provided alert.- Parameters:
alert- the alertowner- the owner component
-
addAlertListener
public void addAlertListener(AlertListener alertListener)
-
removeAlertListener
public void removeAlertListener(AlertListener alertListener)
-
-