@Deprecated
public interface Notifier
Modifier and Type | Interface and Description |
---|---|
static interface |
Notifier.SubscriptionSummaryCallback
Deprecated.
A callback that is invoked each time a subscriber is notified.
|
Modifier and Type | Method and Description |
---|---|
void |
notifySubscribers(java.util.List<? extends Subscriber> subscribers,
SyndFeed value,
Notifier.SubscriptionSummaryCallback callback)
Deprecated.
Instructs the notifier to begin sending notifications to the list of subscribers
|
void notifySubscribers(java.util.List<? extends Subscriber> subscribers, SyndFeed value, Notifier.SubscriptionSummaryCallback callback)
subscribers
- Subscribers to notifyvalue
- The SyndFeed to send themcallback
- A callback that is invoked each time a subscriber is notified.