public class TimerEventController extends TimerEventControllerBase
Constructor and Description |
---|
TimerEventController(TimerFactory factory,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
enter(Timer timer)
Generate a TimerEvent representing the entry to a
particular timer.
|
void |
exit(Timer timer)
Generate a TimerEvent representing the exit from a
particular timer.
|
deregister, handlers, propagate, register
public TimerEventController(TimerFactory factory, java.lang.String name)
public void enter(Timer timer)
public void exit(Timer timer)