Interface EventManager.Subscription

  • Enclosing interface:
    EventManager

    public static interface EventManager.Subscription
    Represents a subscription of a listener that has been subscribed to an event. Used to unsubscribe.
    • Method Detail

      • unsubscribe

        void unsubscribe()