OSID Logo
OSID Specifications
sequencing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.sequencing.ChainReceiver
Implementsosid.OsidReceiver
Description

The chain receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted chains.

MethodnewChains
Description

The callback for notifications of new chains.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListchainIdsthe Ids of the new Chains
CompliancemandatoryThis method must be implemented.
MethodchangedChains
Description

The callback for notification of updated chains.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListchainIdsthe Ids of the updated Chains
CompliancemandatoryThis method must be implemented.
MethoddeletedChains
Description

The callback for notification of deleted chains.

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