public abstract class TimerHandler
extends java.lang.Object
Constructor and Description |
---|
TimerHandler(Notifier n,
int milliseconds) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
abstract void |
processTimerEvent() |
public TimerHandler(Notifier n, int milliseconds)