Searched defs:TimerQueue (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DTimerQueue.java42 * TimerQueue manages a queue of Timers. The Timers are chained
48 class TimerQueue implements Runnable class in inherits:Runnable
51 new StringBuffer("TimerQueue.sharedInstanceKey");
53 new StringBuffer("TimerQueue.expiredTimersKey");
68 * Constructor for TimerQueue.
70 public TimerQueue() { method in class:TimerQueue
73 // Now start the TimerQueue thread.
79 public static TimerQueue sharedInstance() {
81 TimerQueue sharedInst = (TimerQueue)
[all...]

Completed in 50 milliseconds