Uses of Interface
adams.flow.control.flowrestart.TriggerHandler
-
Packages that use TriggerHandler Package Description adams.flow.control.flowrestart adams.flow.control.flowrestart.trigger -
-
Uses of TriggerHandler in adams.flow.control.flowrestart
Classes in adams.flow.control.flowrestart that implement TriggerHandler Modifier and Type Class Description class
NotificationManager
Applies the specified action once the trigger fires.class
TriggerManager
Applies the specified action once the trigger fires. -
Uses of TriggerHandler in adams.flow.control.flowrestart.trigger
Fields in adams.flow.control.flowrestart.trigger declared as TriggerHandler Modifier and Type Field Description protected TriggerHandler
AbstractTrigger. m_TriggerHandler
the restart handler to notify.Methods in adams.flow.control.flowrestart.trigger that return TriggerHandler Modifier and Type Method Description TriggerHandler
AbstractTrigger. getTriggerHandler()
Returns the trigger handler.Methods in adams.flow.control.flowrestart.trigger with parameters of type TriggerHandler Modifier and Type Method Description void
AbstractTrigger. setTriggerHandler(TriggerHandler value)
Sets the trigger handler to use.void
MultiTrigger. setTriggerHandler(TriggerHandler value)
Sets the trigger handler to use.
-