OSID Logo
OSID Specifications
subscription rules package
Version 3.0.0
Interfaceosid.subscription.rules.DispatchProcessorReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewDispatchProcessors
Description

The callback for notifications of new dispatch processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdispatchProcessorIdsthe Id of the new DispatchProcessors
CompliancemandatoryThis method must be implemented.
MethodchangedDispatchProcessors
Description

The callback for notification of updated dispatch processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdispatchProcessorIdsthe Id of the updated DispatchProcessors
CompliancemandatoryThis method must be implemented.
MethoddeletedDispatchProcessors
Description

The callback for notification of deleted dispatch processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdispatchProcessorIdsthe Id of the deleted DispatchProcessors
CompliancemandatoryThis method must be implemented.