public interface HoldReceiver extends OsidReceiver
The hold receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Hold
objects.
| Modifier and Type | Method and Description |
|---|---|
void |
changedHolds(Id notificationId,
IdList holdIds)
The callback for notification of updated holds.
|
void |
deletedHolds(Id notificationId,
IdList holdIds)
The callback for notification of deleted holds.
|
void |
newHolds(Id notificationId,
IdList holdIds)
The callback for notifications of new holds.
|
down, upvoid newHolds(Id notificationId, IdList holdIds)
notificationId - the notification Id holdIds - the Ids of the new Holds mandatory - This method must be implemented. void changedHolds(Id notificationId, IdList holdIds)
notificationId - the notification Id holdIds - the Ids of the updated Holds
mandatory - This method must be implemented.