Interface | osid.hold.BlockReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The block receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newBlocks | ||
Description |
The callback for notifications of new blocks. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | blockIds | the Ids of the new Blocks | |
Compliance | mandatory | This method must be implemented. | |
Method | changedBlocks | ||
Description |
The callback for notification of updated blocks. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | blockIds | the Ids of the updated Blocks | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedBlocks | ||
Description |
The callback for notification of deleted blocks. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | blockIds | the Ids of the deleted Blocks | |
Compliance | mandatory | This method must be implemented. |