Package com.ribs

Class RibsEventQueue

java.lang.Object
java.awt.EventQueue
com.ribs.RibsEventQueue

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

    • RibsEventQueue

      public RibsEventQueue()
  • Method Details

    • 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.
    • setExceptionHandler

      public void setExceptionHandler(RibsEventQueue.RibsExceptionHandler aHandler)
      Sets the object to handle exceptions.
    • dispatchEvent

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