Interface IEventManager

  • All Known Implementing Classes:
    EventManager

    public interface IEventManager
    Manage all events in the server
    Author:
    kong
    • Method Detail

      • subscribe

        void subscribe()
        Collect all subscribers and these corresponding events.
      • clear

        void clear()
        Clear all subscribers and these corresponding events.