Uses of Interface
org.indi.reactor.TimerCallback

Uses of TimerCallback in org.indi.reactor
 

Classes in org.indi.reactor that implement TimerCallback
 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.
 class TimerHandler
          A timer class.
 

Constructors in org.indi.reactor with parameters of type TimerCallback
SimpleTimer(TimerCallback callback, long timeout)
          Class constructor
 



Copyright © 2008. All Rights Reserved.