Uses of Interface
adams.flow.execution.TimedFlowExecutionListener
-
Packages that use TimedFlowExecutionListener Package Description adams.flow.execution -
-
Uses of TimedFlowExecutionListener in adams.flow.execution
Classes in adams.flow.execution that implement TimedFlowExecutionListener Modifier and Type Class Description class
AbstractTimedFlowExecutionListenerWithTable
Ancestor for listeners that use tables and update them at regular intervals.class
CurrentlyExecuted
Shows what actors are currently being executed.class
ExecutionCounter
Counts how often an actor was executed.
The final counts can be written to a log file in CSV format.class
Time
Shows how much time actors are taking in their method calls (gets accumulated).
-