Uses of Interface
net.sourceforge.hivegui.autowait.DelayTimerCallback

Packages that use DelayTimerCallback
net.sourceforge.hivegui.autowait This package defines the WaitCursorEventQueue utility class that enables automatic change of cursor to waiting when long operations are performed from the AWT-Event thread. 
 

Uses of DelayTimerCallback in net.sourceforge.hivegui.autowait
 

Classes in net.sourceforge.hivegui.autowait that implement DelayTimerCallback
 class WaitCursorEventQueue
           
 

Constructors in net.sourceforge.hivegui.autowait with parameters of type DelayTimerCallback
DelayTimer(DelayTimerCallback callback, long delay)