Uses of Class
org.bidib.wizard.mvc.main.controller.listener.AlertListener.AlertAction
-
Packages that use AlertListener.AlertAction Package Description org.bidib.wizard.mvc.main.controller org.bidib.wizard.mvc.main.controller.listener -
-
Uses of AlertListener.AlertAction in org.bidib.wizard.mvc.main.controller
Methods in org.bidib.wizard.mvc.main.controller with parameters of type AlertListener.AlertAction Modifier and Type Method Description voidAlertController. showAlert(BidibAlert<?> alert, AlertListener.AlertAction action, Component owner)Show the provided alert. -
Uses of AlertListener.AlertAction in org.bidib.wizard.mvc.main.controller.listener
Methods in org.bidib.wizard.mvc.main.controller.listener that return AlertListener.AlertAction Modifier and Type Method Description static AlertListener.AlertActionAlertListener.AlertAction. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertListener.AlertAction[]AlertListener.AlertAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bidib.wizard.mvc.main.controller.listener with parameters of type AlertListener.AlertAction Modifier and Type Method Description voidAlertListener. alertAdded(BidibAlert<?> alert, AlertListener.AlertAction alertAction)An alert was added.
-