net.sourceforge.hivegui.autowait
Class WaitCursorEventQueue

java.lang.Object
  extended by java.awt.EventQueue
      extended by net.sourceforge.hivegui.autowait.WaitCursorEventQueue
All Implemented Interfaces:
DelayTimerCallback

public class WaitCursorEventQueue
extends java.awt.EventQueue
implements DelayTimerCallback


Constructor Summary
WaitCursorEventQueue(int delay)
           
 
Method Summary
 void close()
           
protected  void dispatchEvent(java.awt.AWTEvent event)
           
 java.awt.AWTEvent getNextEvent()
           
 void trigger()
           
 
Methods inherited from class java.awt.EventQueue
getCurrentEvent, getMostRecentEventTime, invokeAndWait, invokeLater, isDispatchThread, peekEvent, peekEvent, pop, postEvent, push
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaitCursorEventQueue

public WaitCursorEventQueue(int delay)
Method Detail

close

public void close()

dispatchEvent

protected void dispatchEvent(java.awt.AWTEvent event)
Overrides:
dispatchEvent in class java.awt.EventQueue

getNextEvent

public java.awt.AWTEvent getNextEvent()
                               throws java.lang.InterruptedException
Overrides:
getNextEvent in class java.awt.EventQueue
Throws:
java.lang.InterruptedException

trigger

public void trigger()
Specified by:
trigger in interface DelayTimerCallback