|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Timer.TimerTick
This is the interface that must be implemented by classes that will receive events at the intervals indicated by the Timer class when the timer is running.
| Method Summary | |
|---|---|
void |
exceptionInTimer(java.lang.Throwable e)
This method will be called by the timer (Timer thread) if, during the execution of the timerTick method an exception is produced. |
void |
notifyStop()
This method is called by the timer thread on a running TimerTick in order to inform the timer thread has been informed to stop. |
void |
timerEvent()
This is the callback function that will be called from the same thread the timer is working. |
| Method Detail |
|---|
void timerEvent()
void exceptionInTimer(java.lang.Throwable e)
e - the exception (Throwable) interceptedvoid notifyStop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||