Class EventQueue

  • All Implemented Interfaces:
    java.util.EventListener, IEventListener, IEventQueue

    public class EventQueue
    extends java.lang.Object
    implements IEventQueue, IEventListener
    class that can be plugged into another class to provide EventQueue functionality by delegation
    • Constructor Summary

      Constructors 
      Constructor Description
      EventQueue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addListener​(IEventListener listener)
      called to add an event to this
      void eventFired​(java.util.EventObject event)
      called when an event is fired
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait