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
- 
Method Details- 
unsubscribevoid unsubscribe()
 
-