Package com.ribs
Class RibsEventQueue
java.lang.Object
java.awt.EventQueue
com.ribs.RibsEventQueue
An Ribs event queue subclass to capture isAltDown(), isMetaDown() and send Ribs.EventListener notifications.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
An interface for an exception handler. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
An implementation of dispatch event to do useful Ribs things.static RibsEventQueue
Returns the shared instance of the event queue.void
Sets the object to handle exceptions.static void
setShared
(RibsEventQueue aEQ) Sets the shared instance of the event queue.Methods inherited from class java.awt.EventQueue
createSecondaryLoop, getCurrentEvent, getMostRecentEventTime, getNextEvent, invokeAndWait, invokeLater, isDispatchThread, peekEvent, peekEvent, pop, postEvent, push
-
Constructor Details
-
RibsEventQueue
public RibsEventQueue()
-
-
Method Details
-
setExceptionHandler
Sets the object to handle exceptions. -
dispatchEvent
An implementation of dispatch event to do useful Ribs things.- Overrides:
dispatchEvent
in classEventQueue