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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
dispatchEvent
(AWTEvent anEvent) An implementation of dispatch event to do useful Ribs things.void
install()
Installs event queue.Methods inherited from class java.awt.EventQueue
createSecondaryLoop, getCurrentEvent, getMostRecentEventTime, getNextEvent, invokeAndWait, invokeLater, isDispatchThread, peekEvent, peekEvent, pop, postEvent, push
-
Field Details
-
Constructor Details
-
RibsEventQueue
public RibsEventQueue()
-
-
Method Details
-
install
public void install()Installs event queue. -
dispatchEvent
An implementation of dispatch event to do useful Ribs things.- Overrides:
dispatchEvent
in classEventQueue
-