org.erights.e.extern.timer
Class TimerWatcher
java.lang.Object
|
+--org.erights.e.extern.timer.TimerWatcher
- Direct Known Subclasses:
- Clock, Timeout
- abstract class TimerWatcher
- extends Object
Base class for Timeout and Clock objects
- Author:
- Chip Morningstar
Method Summary |
(package private) abstract void |
handleTimeout()
Notification (from within the package) that the timeout has tripped. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimerWatcher
TimerWatcher()
handleTimeout
abstract void handleTimeout()
- Notification (from within the package) that the timeout has tripped.
comments?