Interface IEventQueue

All Superinterfaces:
EventListener
All Known Implementing Classes:
EventQueue

public interface IEventQueue extends EventListener
trivial generic event queue interface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    called to add an event to this
  • Method Details

    • addListener

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