org.das2.util.awt.LoggingEventQueue

Tool for debugging event queue stuff. This can be used to log the event queue, or insert breakpoints, etc. Toolkit.getDefaultToolkit().getSystemEventQueue().push(new LoggingEventQueue());


dumpPendingEvents

dumpPendingEvents( ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


postEvent

postEvent( java.awt.AWTEvent theEvent ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source