OSID Logo
OSID Specifications
hold package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListblockIdsthe Ids of the new Blocks
CompliancemandatoryThis method must be implemented.
MethodchangedBlocks
Description

The callback for notification of updated blocks.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListblockIdsthe Ids of the updated Blocks
CompliancemandatoryThis method must be implemented.
MethoddeletedBlocks
Description

The callback for notification of deleted blocks.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListblockIdsthe Ids of the deleted Blocks
CompliancemandatoryThis method must be implemented.