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

Constructor Summary
(package private) TimerWatcher()
           
 
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
 

Constructor Detail

TimerWatcher

TimerWatcher()
Method Detail

handleTimeout

abstract void handleTimeout()
Notification (from within the package) that the timeout has tripped.



comments?