Uses of Class
org.indi.reactor.TimerHandler

Uses of TimerHandler in org.indi.reactor
 

Subclasses of TimerHandler in org.indi.reactor
 class SimpleTimer
          A simplifyed version of the TimerHandler class taking a given delay in miliseconds instead of an expiration Date and a class implementing TimerCallback interface to be called back after the given delay.
 

Methods in org.indi.reactor with parameters of type TimerHandler
 int TimerHandler.compareTo(TimerHandler th)
          Method implemented as part of the comparable interface to allow an ordering of TimerHandler objects with respect to the expiration date.
 void Reactor.register(TimerHandler h)
          Register a new Timer-EventHanlder with the reactor
 



Copyright © 2008. All Rights Reserved.