Interface | osid.sequencing.ChainReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The chain receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted chains. | ||
Method | newChains | ||
Description |
The callback for notifications of new chains. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | chainIds | the Ids of the new Chains | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChains | ||
Description |
The callback for notification of updated chains. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | chainIds | the Ids of the updated Chains | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedChains | ||
Description |
The callback for notification of deleted chains. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | chainIds | the Ids of the deleted Chains | |
Compliance | mandatory | This method must be implemented. |