OSID Logo
OSID Specifications
subscription rules package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListdispatchProcessorIds the Id of the new DispatchProcessors
Compliancemandatory This method must be implemented.
MethodchangedDispatchProcessors
Description

The callback for notification of updated dispatch processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdispatchProcessorIds the Id of the updated DispatchProcessors
Compliancemandatory This method must be implemented.
MethoddeletedDispatchProcessors
Description

The callback for notification of deleted dispatch processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdispatchProcessorIds the Id of the deleted DispatchProcessors
Compliancemandatory This method must be implemented.