|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface TimerCallback
This interface represents a function prototype for timer events.
Custom timer callback functions are given with
schedule(long, TimerCallback) and
schedule(long, long, TimerCallback)
If a timer callback is not specified
the default Script.timerEvent(Timer) is called.
schedule(long, TimerCallback),
schedule(long, long, TimerCallback),
Callbacks| Method Summary | |
|---|---|
void |
timerEvent(Timer timer)
Called then scheduled timer is executed. |
| Method Detail |
|---|
void timerEvent(Timer timer)
timer - Scheduled timer objectschedule(long),
schedule(long,long),
Timer,
Timer.cancel()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||