public static interface Timer.TimerTick
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
void timerEvent()
void exceptionInTimer(java.lang.Throwable e)
e - the exception (Throwable) interceptedvoid notifyStop()
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa