public interface TimerControl
| Modifier and Type | Method and Description |
|---|---|
boolean |
startPeriodic(long id,
int type,
long timeout,
EventRouter eventRouter) |
boolean |
startTimer(long id,
int type,
long timeout,
EventRouter eventRouter) |
boolean |
stopTimer(long id,
EventRouter eventRouter) |
boolean startTimer(long id,
int type,
long timeout,
EventRouter eventRouter)
boolean startPeriodic(long id,
int type,
long timeout,
EventRouter eventRouter)
boolean stopTimer(long id,
EventRouter eventRouter)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.