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