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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
unsubscribe()
-