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

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

MethodnewDispatchProcessorEnablers
Description

The callback for notifications of new dispatch processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdispatchProcessorEnablerIdsthe Id of the new DispatchProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedDispatchProcessorEnablers
Description

The callback for notification of updated dispatch processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdispatchProcessorEnablerIdsthe Id of the updated DispatchProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedDispatchProcessorEnablers
Description

The callback for notification of deleted dispatch processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdispatchProcessorEnablerIdsthe Id of the deleted DispatchProcessorEnablers
CompliancemandatoryThis method must be implemented.