|
SalesPoint Framework v3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface has to be implemented by classes that wish to receive TimerEvent
s.
Method Summary | |
void |
onGoneAhead(TimerEvent tevtEvent)
Invoked when the time has been increased. |
void |
onIntervalSet(TimerEvent tevtEvent)
Invoked when the interval has been set. |
void |
onTimeSet(TimerEvent tevtEvent)
Invoked when the time has been set. |
Method Detail |
public void onTimeSet(TimerEvent tevtEvent)
tevtEvent
- the TimerEvent to processpublic void onIntervalSet(TimerEvent tevtEvent)
tevtEvent
- the TimerEvent to processpublic void onGoneAhead(TimerEvent tevtEvent)
tevtEvent
- the TimerEvent to process
|
SalesPoint Framework v3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |