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 classAbstractFlowExecutionListenerWithTableAncestor for graphical listeners that display their data in a table.classAbstractGraphicalFlowExecutionListenerAncestor for graphical listeners.classAbstractTimedFlowExecutionListenerWithTableAncestor for listeners that use tables and update them at regular intervals.classCurrentlyExecutedShows what actors are currently being executed.classDebugAllows 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.classExecutionCounterCounts how often an actor was executed.
The final counts can be written to a log file in CSV format.classMultiListenerA meta-listener that executes all sub-listeners sequentially.classTimeShows 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_Displaysthe 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 voidGraphicalFlowExecutionListenersHandler. deregister(GraphicalFlowExecutionListener listener)Deregisters a listener.voidGraphicalFlowExecutionListenersHandler. register(GraphicalFlowExecutionListener listener)Registers a listener.
-