public class TimerEventController extends TimerEventControllerBase
| Constructor and Description |
|---|
TimerEventController(TimerFactory factory,
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, registerpublic TimerEventController(TimerFactory factory, String name)
public void enter(Timer timer)
public void exit(Timer timer)
Copyright © 2011–2019 Eclipse Foundation. All rights reserved.