Package zendesk.support.suas
Interface Subscription
-
- All Known Implementing Classes:
- CombinedSubscription
public interface Subscription
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidaddListener()Subscribe the associated listener to theStorevoidinformWithCurrentState()voidremoveListener()Unsubscribe the associated listener from theStore
-
-
-
Method Detail
-
removeListener
void removeListener()
Unsubscribe the associated listener from theStore
-
addListener
void addListener()
Subscribe the associated listener to theStoreCan be called after
Subscription.removeListener()
-
informWithCurrentState
void informWithCurrentState()
-
-