public interface CommitmentReceiver extends OsidReceiver
The event receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Commitments.
Modifier and Type | Method and Description |
---|---|
void |
changedCommitments(Id notificationId,
IdList commitmentIds)
The callback for notification of updated commitments.
|
void |
deletedCommitments(Id notificationId,
IdList commitmentIds)
The callback for notification of deleted commitments.
|
void |
newCommitmentss(Id notificationId,
IdList commitmentIds)
The callback for notifications of new commitments.
|
down, up
void newCommitmentss(Id notificationId, IdList commitmentIds)
notificationId
- the notification Id
commitmentIds
- the Id
of the new
Commitments
mandatory
- This method must be implemented. void changedCommitments(Id notificationId, IdList commitmentIds)
notificationId
- the notification Id
commitmentIds
- the Id
of the updated
Commitments
mandatory
- This method must be implemented.