public interface MamaTimerCallback
Modifier and Type | Method and Description |
---|---|
void |
onDestroy(MamaTimer timer)
This method is invoked when a timer has been completely destroyed,
the client can have confidence that no further events will be placed
on the queue for this timer.
|
void |
onTimer(MamaTimer timer)
Invoked when an event for a timer which has fired is dispatched from
the associated event queue.
|
void onTimer(MamaTimer timer)
timer
- The MamaTimer object which resulted in this callback being
invoked.void onDestroy(MamaTimer timer)
timer
- The MamaTimer.Copyright 2011 NYSE Technologies