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

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

MethodnewDispatchEnablers
Description

The callback for notifications of new dispatch enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdispatchEnablerIdsthe Id of the new DispatchEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedDispatchEnablers
Description

The callback for notification of updated dispatch enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdispatchEnablerIdsthe Id of the updated DispatchEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedDispatchEnablers
Description

The callback for notification of deleted dispatch enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdispatchEnablerIdsthe Id of the deleted DispatchEnablers
CompliancemandatoryThis method must be implemented.