public interface NotificationService
NotificationService
...Modifier and Type | Method and Description |
---|---|
void |
subscribe(Subscription subscription)
Adds the given subscription.
|
void |
unsubscribe(Subscription subscription)
Removes the given subscription.
|
void subscribe(Subscription subscription)
subscription
- The Subscription
.void unsubscribe(Subscription subscription)
subscription
- The Subscription
Copyright © 2010 - 2020 Adobe. All Rights Reserved