public interface SubscriptionEvent
Generic event related to the Subscription Lifecycle.
Events related to this super-interface must be handled by the methods of
SubscriptionListener
.
Field Summary |
---|
Fields inherited from interface Event |
---|
RESULT_GENERIC_ERROR, RESULT_OK |
Method Summary | |
---|---|
Subscription |
getSubscription()
Returns the subscription associated to this event. |
Methods inherited from interface Event |
---|
getResult |
Method Detail |
---|
Subscription getSubscription()
null
is never returned.