public static interface EventSource.Subscription
EventSource.subscribe(Listener)
method. In contains
only one method unsubscribe()
Modifier and Type | Method and Description |
---|---|
void |
unsubscribe()
Call this method after you no longer interested in receiving events
|