-
- Enclosing interface:
- ExecutionContext
public static interface ExecutionContext.ClockListener
Listener called on clock time updates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
tick(ExecutionContext source)
Called on clock time update.
-
-
-
Method Detail
-
tick
void tick(ExecutionContext source)
Called on clock time update.- Parameters:
source
- execution context
-
-