org.wings.util
Class TimerQueue

java.lang.Object
  extended by org.wings.util.TimerQueue
All Implemented Interfaces:
Runnable

public final class TimerQueue
extends Object
implements Runnable

Author:
Armin Haaf

Method Summary
 void addTimer(Timer timer, long expirationTime)
           
 boolean containsTimer(Timer timer)
           
 long postExpiredTimers()
           
 void removeTimer(Timer timer)
           
 void run()
           
static TimerQueue sharedInstance()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

sharedInstance

public static TimerQueue sharedInstance()

addTimer

public void addTimer(Timer timer,
                     long expirationTime)

removeTimer

public void removeTimer(Timer timer)

containsTimer

public boolean containsTimer(Timer timer)

postExpiredTimers

public long postExpiredTimers()

run

public void run()
Specified by:
run in interface Runnable

toString

public String toString()
Overrides:
toString in class Object


wingS Swings ;-)