Class RibsEventQueue


  • public class RibsEventQueue
    extends java.awt.EventQueue
    An Ribs event queue subclass to capture isAltDown(), isMetaDown() and send Ribs.EventListener notifications.
    • Constructor Summary

      Constructors 
      Constructor Description
      RibsEventQueue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void dispatchEvent​(java.awt.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RibsEventQueue

        public RibsEventQueue()
    • Method Detail

      • install

        public void install()
        Installs event queue.
      • dispatchEvent

        protected void dispatchEvent​(java.awt.AWTEvent anEvent)
        An implementation of dispatch event to do useful Ribs things.
        Overrides:
        dispatchEvent in class java.awt.EventQueue