Package | Description |
---|---|
com.rometools.certiorem.pub |
This package contains a utility class to send update notifications.
|
Modifier and Type | Method and Description |
---|---|
void |
Publisher.sendUpdateNotificationAsyncronously(String hub,
String topic,
Publisher.AsyncNotificationCallback callback)
Deprecated.
Sends the HUB url a notification of a change in topic asynchronously
|
void |
Publisher.sendUpdateNotificationAsyncronously(String topic,
SyndFeed feed,
Publisher.AsyncNotificationCallback callback)
Deprecated.
Asynchronously sends a notification for a feed located at "topic".
|
void |
Publisher.sendUpdateNotificationAsyncronously(SyndFeed feed,
Publisher.AsyncNotificationCallback callback)
Deprecated.
Asyncronously sends a notification for a feed.
|
Copyright © 2024. All rights reserved.