- Enclosing interface:
ExecutionContext
public static interface ExecutionContext.ClockListener
Listener called on clock time updates.
-
Method Summary
Modifier and TypeMethodDescriptionvoidtick(ExecutionContext source) Called on clock time update.
-
Method Details
-
tick
Called on clock time update.- Parameters:
source- execution context
-