| |
|
| java.lang.Object example.TimerService
Method Summary | |
public void | addCometState(CometState state) | public void | close() Close the timer. | public void | run() The timer task wakes up every active comet state. |
close | public void close()(Code) | | Close the timer.
|
run | public void run()(Code) | | The timer task wakes up every active comet state.
A more sophisticated application would notify the comet states
as part of an event-based system.
|
|
|
|