allensoft.bug
Class CrashReportingEventQueue

java.lang.Object
  |
  +--java.awt.EventQueue
        |
        +--allensoft.bug.CrashReportingEventQueue

public class CrashReportingEventQueue
extends java.awt.EventQueue

An event queue that reports any crashes to the global CrashHandler. This can be used to catch exceptions that occur in the AWT event thread. It is identical to the standard event queue but catches any uncaught exceptions and passes them on to the CrashHandler.


Constructor Summary
CrashReportingEventQueue()
           
 
Method Summary
protected  void dispatchEvent(java.awt.AWTEvent e)
           
static void install()
           
 
Methods inherited from class java.awt.EventQueue
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

CrashReportingEventQueue

public CrashReportingEventQueue()
Method Detail

install

public static void install()

dispatchEvent

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