Class RibsEventQueue
java.lang.Object
java.awt.EventQueue
com.inductiveautomation.snap.swing.RibsEventQueue
An Ribs event queue subclass to capture isAltDown(), isMetaDown() and send Ribs.EventListener notifications.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddispatchEvent(AWTEvent anEvent) An implementation of dispatch event to do useful Ribs things.voidinstall()Installs event queue.Methods inherited from class java.awt.EventQueuecreateSecondaryLoop, getCurrentEvent, getMostRecentEventTime, getNextEvent, invokeAndWait, invokeLater, isDispatchThread, peekEvent, peekEvent, pop, postEvent, push
- 
Field Details
- 
Constructor Details- 
RibsEventQueuepublic RibsEventQueue()
 
- 
- 
Method Details- 
installpublic void install()Installs event queue.
- 
dispatchEventAn implementation of dispatch event to do useful Ribs things.- Overrides:
- dispatchEventin class- EventQueue
 
 
-