|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.EventQueue | +--allensoft.bug.CrashReportingEventQueue
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 |
public CrashReportingEventQueue()
Method Detail |
public static void install()
protected void dispatchEvent(java.awt.AWTEvent e)
dispatchEvent
in class java.awt.EventQueue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |