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 void
addListener()
Subscribe the associated listener to theStore
void
informWithCurrentState()
void
removeListener()
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 theStore
Can be called after
Subscription.removeListener()
-
informWithCurrentState
void informWithCurrentState()
-
-