Interface IEventQueue

  • All Superinterfaces:
    java.util.EventListener
    All Known Implementing Classes:
    EventQueue

    public interface IEventQueue
    extends java.util.EventListener
    trivial generic event queue interface
    • Method Detail

      • addListener

        void addListener​(IEventListener listener)
        called to add an event to this
        Parameters:
        listener -