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 classFlowContainer 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 FlowExecutionListeningSupporterAbstractActor. m_ExecutionListeningSupporterthe flow execution handler.Methods in adams.flow.core that return FlowExecutionListeningSupporter Modifier and Type Method Description FlowExecutionListeningSupporterAbstractActor. getFlowExecutionListeningSupporter()Returns the flow execution handler in use.FlowExecutionListeningSupporterActor. 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 classDefaultFlowExecutionListeningSupporterDefault supporter that can be used instead ofFlowin 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 classExecuteActorExecutes 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 FlowExecutionListeningSupporterStateContainer. runningFlowthe currently running flow.
-