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

The callback for notification of updated dispatch constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdispatchConstrainerEnablerIds the Id of the updated DispatchConstrainerEnablers
Compliancemandatory This method must be implemented.
MethoddeletedDispatchConstrainerEnablers
Description

The callback for notification of deleted dispatch constrainer enablers.

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