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

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

MethodnewDispatchConstrainerEnablers
Description

The callback for notifications of new dispatch constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdispatchConstrainerEnablerIdsthe Id of the new DispatchConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedDispatchConstrainerEnablers
Description

The callback for notification of updated dispatch constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdispatchConstrainerEnablerIdsthe Id of the updated DispatchConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedDispatchConstrainerEnablers
Description

The callback for notification of deleted dispatch constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdispatchConstrainerEnablerIdsthe Id of the deleted DispatchConstrainerEnablers
CompliancemandatoryThis method must be implemented.