Home | History | Annotate | Download | only in data

Lines Matching refs:timer

25      * @param timer the timer that was added
27 void timerAdded(Timer timer);
30 * @param before the timer state before the update
31 * @param after the timer state after the update
33 void timerUpdated(Timer before, Timer after);
36 * @param timer the timer that was removed
38 void timerRemoved(Timer timer);