Overview  Package   Class  Tree  Index 

be.lassi.util
Class DebugEventQueue

java.lang.Object
  extended by java.awt.EventQueue
      extended by be.lassi.util.DebugEventQueue

public class DebugEventQueue
extends java.awt.EventQueue

Replacement for the regular EventQueue, to help in debugging problems with events.


Constructor Summary
DebugEventQueue()
           
 
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
 

Constructor Detail

DebugEventQueue

public DebugEventQueue()
Method Detail

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.


Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2