Package com.ribs
Class RibsEventQueue
- java.lang.Object
- 
- java.awt.EventQueue
- 
- com.ribs.RibsEventQueue
 
 
- 
 public class RibsEventQueue extends java.awt.EventQueueAn Ribs event queue subclass to capture isAltDown(), isMetaDown() and send Ribs.EventListener notifications.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceRibsEventQueue.RibsExceptionHandlerAn interface for an exception handler.
 - 
Constructor SummaryConstructors Constructor Description RibsEventQueue()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatchEvent(java.awt.AWTEvent e)An implementation of dispatch event to do useful Ribs things.static RibsEventQueuegetShared()Returns the shared instance of the event queue.voidsetExceptionHandler(RibsEventQueue.RibsExceptionHandler aHandler)Sets the object to handle exceptions.static voidsetShared(RibsEventQueue aEQ)Sets the shared instance of the event queue.
 
- 
- 
- 
Method Detail- 
getSharedpublic static RibsEventQueue getShared() Returns the shared instance of the event queue.
 - 
setSharedpublic static void setShared(RibsEventQueue aEQ) Sets the shared instance of the event queue.
 - 
setExceptionHandlerpublic void setExceptionHandler(RibsEventQueue.RibsExceptionHandler aHandler) Sets the object to handle exceptions.
 - 
dispatchEventprotected void dispatchEvent(java.awt.AWTEvent e) An implementation of dispatch event to do useful Ribs things.- Overrides:
- dispatchEventin class- java.awt.EventQueue
 
 
- 
 
-