be.lassi.util
Class DebugEventQueue
java.lang.Object
java.awt.EventQueue
be.lassi.util.DebugEventQueue
public class DebugEventQueue
- extends java.awt.EventQueue
Replacement for the regular EventQueue
,
to help in debugging problems with events.
Method Summary |
void |
dispatchEvent(java.awt.AWTEvent event)
|
static void |
install()
Replaces the regular EventQueue with this one. |
Methods inherited from class java.awt.EventQueue |
getCurrentEvent, getMostRecentEventTime, getNextEvent, 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 |
DebugEventQueue
public DebugEventQueue()
dispatchEvent
public void dispatchEvent(java.awt.AWTEvent event)
-
- Overrides:
dispatchEvent
in class java.awt.EventQueue
install
public static void install()
- Replaces the regular EventQueue with this one.