Package com.ribs

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 Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void dispatchEvent​(java.awt.AWTEvent e)
      An implementation of dispatch event to do useful Ribs things.
      static RibsEventQueue getShared()
      Returns the shared instance of the event queue.
      void setExceptionHandler​(RibsEventQueue.RibsExceptionHandler aHandler)
      Sets the object to handle exceptions.
      static void setShared​(RibsEventQueue aEQ)
      Sets the shared instance of the 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

      • getShared

        public static RibsEventQueue getShared()
        Returns the shared instance of the event queue.
      • setShared

        public static void setShared​(RibsEventQueue aEQ)
        Sets the shared instance of the event queue.
      • dispatchEvent

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