Uses of Class
adams.event.FlowPauseStateEvent
-
Packages that use FlowPauseStateEvent Package Description adams.event adams.flow.control adams.flow.core adams.flow.transformer -
-
Uses of FlowPauseStateEvent in adams.event
Methods in adams.event with parameters of type FlowPauseStateEvent Modifier and Type Method Description void
FlowPauseStateListener. flowPauseStateChanged(FlowPauseStateEvent e)
Gets called when the pause state of the flow changes. -
Uses of FlowPauseStateEvent in adams.flow.control
Methods in adams.flow.control with parameters of type FlowPauseStateEvent Modifier and Type Method Description void
AbstractControlActor. flowPauseStateChanged(FlowPauseStateEvent e)
Gets called when the pause state of the flow changes.void
AbstractDirector. flowPauseStateChanged(FlowPauseStateEvent e)
Gets called when the pause state of the flow changes.void
MissionControl. flowPauseStateChanged(FlowPauseStateEvent e)
Gets called when the pause state of the flow changes. -
Uses of FlowPauseStateEvent in adams.flow.core
Methods in adams.flow.core with parameters of type FlowPauseStateEvent Modifier and Type Method Description protected void
PauseStateManager. notifyListeners(FlowPauseStateEvent e)
Notifies all listeners. -
Uses of FlowPauseStateEvent in adams.flow.transformer
Methods in adams.flow.transformer with parameters of type FlowPauseStateEvent Modifier and Type Method Description void
ExecuteJobs. flowPauseStateChanged(FlowPauseStateEvent e)
Gets called when the pause state of the flow changes.void
ExecuteRemoteCommand. flowPauseStateChanged(FlowPauseStateEvent e)
Gets called when the pause state of the flow changes.void
WekaClassifierRanker. flowPauseStateChanged(FlowPauseStateEvent e)
Gets called when the pause state of the flow changes.void
WekaGeneticAlgorithm. flowPauseStateChanged(FlowPauseStateEvent e)
Gets called when the pause state of the flow changes.
-