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 voidFlowPauseStateListener. 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 voidAbstractControlActor. flowPauseStateChanged(FlowPauseStateEvent e)Gets called when the pause state of the flow changes.voidAbstractDirector. flowPauseStateChanged(FlowPauseStateEvent e)Gets called when the pause state of the flow changes.voidMissionControl. 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 voidPauseStateManager. 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 voidExecuteJobs. flowPauseStateChanged(FlowPauseStateEvent e)Gets called when the pause state of the flow changes.voidExecuteRemoteCommand. flowPauseStateChanged(FlowPauseStateEvent e)Gets called when the pause state of the flow changes.voidWekaClassifierRanker. flowPauseStateChanged(FlowPauseStateEvent e)Gets called when the pause state of the flow changes.voidWekaGeneticAlgorithm. flowPauseStateChanged(FlowPauseStateEvent e)Gets called when the pause state of the flow changes.
-