Interface TimerEvent.Timer
-
- Enclosing class:
- TimerEvent
public static interface TimerEvent.Timer
Defines a timer hierarchy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<? extends TimerEvent.Timer>
getParent()
Gets the parent of thisTimerEvent.Timer
.
-
-
-
Method Detail
-
getParent
java.util.Optional<? extends TimerEvent.Timer> getParent()
Gets the parent of thisTimerEvent.Timer
.- Returns:
- the parent of this
TimerEvent.Timer
-
-