Package | Description |
---|---|
stdlib |
Modifier and Type | Method and Description |
---|---|
void |
Subscriptions.addSubscriber(Subscriber<T,U> subscriber)
Adds an subscriber to the set of subscribers for the publisher object,
provided that it is not the same as some subscriber already in the set.
|
void |
Subscriptions.deleteSubscriber(Subscriber<T,U> subscriber)
Deletes an subscriber from the set of subscribers.
|