public interface HoldEnablerReceiver extends OsidReceiver
The hold enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted hold enablers.
Modifier and Type | Method and Description |
---|---|
void |
changedHoldEnablers(Id notificationId,
IdList holdEnablerIds)
The callback for notification of updated hold enablers.
|
void |
deletedHoldEnablers(Id notificationId,
IdList holdEnablerIds)
The callback for notification of deleted hold enablers.
|
void |
newHoldEnablers(Id notificationId,
IdList holdEnablerIds)
The callback for notifications of new hold enablers.
|
down, up
void newHoldEnablers(Id notificationId, IdList holdEnablerIds)
notificationId
- the notification Id
holdEnablerIds
- the Ids
of the new
HoldEnablers
mandatory
- This method must be implemented. void changedHoldEnablers(Id notificationId, IdList holdEnablerIds)
notificationId
- the notification Id
holdEnablerIds
- the Ids
of the new
HoldEnablers
mandatory
- This method must be implemented.