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 interfaceAn interface for an exception handler. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidAn implementation of dispatch event to do useful Ribs things.static RibsEventQueueReturns the shared instance of the event queue.voidSets the object to handle exceptions.static voidsetShared(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:
dispatchEventin classEventQueue