OSID Logo
OSID Specifications
hold package
Version 3.1.0
Interfaceosid.hold.BlockReceiver
Implementsosid.OsidReceiver
Description

The block receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Block objects.

MethodnewBlocks
Description

The callback for notifications of new blocks.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListblockIds the Ids of the new Blocks
Compliancemandatory This method must be implemented.
MethodchangedBlocks
Description

The callback for notification of updated blocks.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListblockIds the Ids of the updated Blocks
Compliancemandatory This method must be implemented.
MethoddeletedBlocks
Description

The callback for notification of deleted blocks.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListblockIds the Ids of the deleted Blocks
Compliancemandatory This method must be implemented.