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 SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceAn interface for an exception handler.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.EventQueuecreateSecondaryLoop, getCurrentEvent, getMostRecentEventTime, getNextEvent, invokeAndWait, invokeLater, isDispatchThread, peekEvent, peekEvent, pop, postEvent, push
- 
Constructor Details- 
RibsEventQueuepublic RibsEventQueue()
 
- 
- 
Method Details
- 
setExceptionHandlerSets the object to handle exceptions.
- 
dispatchEventAn implementation of dispatch event to do useful Ribs things.- Overrides:
- dispatchEventin class- EventQueue