Uses of Interface
adams.flow.execution.GraphicalFlowExecutionListener
-
Packages that use GraphicalFlowExecutionListener Package Description adams.flow.execution adams.gui.flow.tabhandler -
-
Uses of GraphicalFlowExecutionListener in adams.flow.execution
Classes in adams.flow.execution that implement GraphicalFlowExecutionListener Modifier and Type Class Description class
AbstractFlowExecutionListenerWithTable
Ancestor for graphical listeners that display their data in a table.class
AbstractGraphicalFlowExecutionListener
Ancestor for graphical listeners.class
AbstractTimedFlowExecutionListenerWithTable
Ancestor for listeners that use tables and update them at regular intervals.class
CurrentlyExecuted
Shows what actors are currently being executed.class
Debug
Allows the user to define breakpoints that suspend the execution of the flow, allowing the inspection of the current flow state.
Tokens can only inspected during 'preInput', 'preExecute' and 'postOutput' of Breakpoint control actors.class
ExecutionCounter
Counts how often an actor was executed.
The final counts can be written to a log file in CSV format.class
MultiListener
A meta-listener that executes all sub-listeners sequentially.class
Time
Shows how much time actors are taking in their method calls (gets accumulated). -
Uses of GraphicalFlowExecutionListener in adams.gui.flow.tabhandler
Fields in adams.gui.flow.tabhandler with type parameters of type GraphicalFlowExecutionListener Modifier and Type Field Description protected Set<GraphicalFlowExecutionListener>
GraphicalFlowExecutionListenersHandler. m_Displays
the registered panels: class of panel - (name of panel - AbstractDisplay instance).Methods in adams.gui.flow.tabhandler that return types with arguments of type GraphicalFlowExecutionListener Modifier and Type Method Description Set<GraphicalFlowExecutionListener>
GraphicalFlowExecutionListenersHandler. getDisplays()
Returns all currently registered displays.Methods in adams.gui.flow.tabhandler with parameters of type GraphicalFlowExecutionListener Modifier and Type Method Description void
GraphicalFlowExecutionListenersHandler. deregister(GraphicalFlowExecutionListener listener)
Deregisters a listener.void
GraphicalFlowExecutionListenersHandler. register(GraphicalFlowExecutionListener listener)
Registers a listener.
-