OSID Logo
OSID Specifications
sequencing package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListchainIds the Ids of the new Chains
Compliancemandatory This method must be implemented.
MethodchangedChains
Description

The callback for notification of updated chains.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListchainIds the Ids of the updated Chains
Compliancemandatory This method must be implemented.
MethoddeletedChains
Description

The callback for notification of deleted chains.

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