Interface CommitmentEnablerReceiver
- All Superinterfaces:
OsidReceiver
The commitment enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted commitment enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedCommitmentEnablers(Id notificationId, IdList commitmentEnablerIds) The callback for notification of updated commitment enablers.voiddeletedCommitmentEnablers(Id notificationId, IdList commitmentEnablerIds) The callback for notification of deleted commitment enablers.voidnewCommitmentEnablers(Id notificationId, IdList commitmentEnablerIds) The callback for notifications of new commitment enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCommitmentEnablers
-
changedCommitmentEnablers
The callback for notification of updated commitment enablers.- Parameters:
notificationId- the notificationIdcommitmentEnablerIds- theIdof the updatedCommitmentEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedCommitmentEnablers
The callback for notification of deleted commitment enablers.- Parameters:
notificationId- the notificationIdcommitmentEnablerIds- theIdof the deletedCommitmentEnablers- Compliance:
mandatory- This method must be implemented.
-