Interface EventSubscription
public interface EventSubscription
A subscription to an event.
-
Method Summary
Modifier and TypeMethodDescriptionvoidUnsubscribes the bound subscriber from the event.
-
Method Details
-
unsubscribe
void unsubscribe()Unsubscribes the bound subscriber from the event.
-