Uses of Interface
adams.flow.execution.FlowExecutionListeningSupporter
-
Packages that use FlowExecutionListeningSupporter Package Description adams.flow.control adams.flow.core adams.flow.execution adams.flow.transformer adams.gui.flow.tree -
-
Uses of FlowExecutionListeningSupporter in adams.flow.control
Classes in adams.flow.control that implement FlowExecutionListeningSupporter Modifier and Type Class Description class
Flow
Container object for actors, used for executing a flow. -
Uses of FlowExecutionListeningSupporter in adams.flow.core
Fields in adams.flow.core declared as FlowExecutionListeningSupporter Modifier and Type Field Description protected FlowExecutionListeningSupporter
AbstractActor. m_ExecutionListeningSupporter
the flow execution handler.Methods in adams.flow.core that return FlowExecutionListeningSupporter Modifier and Type Method Description FlowExecutionListeningSupporter
AbstractActor. getFlowExecutionListeningSupporter()
Returns the flow execution handler in use.FlowExecutionListeningSupporter
Actor. getFlowExecutionListeningSupporter()
Returns the flow execution handler in use. -
Uses of FlowExecutionListeningSupporter in adams.flow.execution
Classes in adams.flow.execution that implement FlowExecutionListeningSupporter Modifier and Type Class Description class
DefaultFlowExecutionListeningSupporter
Default supporter that can be used instead ofFlow
in case of running actors outside a flow. -
Uses of FlowExecutionListeningSupporter in adams.flow.transformer
Classes in adams.flow.transformer that implement FlowExecutionListeningSupporter Modifier and Type Class Description class
ExecuteActor
Executes the actor passing through and forwards it once finished.
If the actor is an instance of adams.flow.execution.FlowExecutionListeningSupporter and flow execution listening enabled, then the specified flow execution listener gets attached. -
Uses of FlowExecutionListeningSupporter in adams.gui.flow.tree
Fields in adams.gui.flow.tree declared as FlowExecutionListeningSupporter Modifier and Type Field Description FlowExecutionListeningSupporter
StateContainer. runningFlow
the currently running flow.
-