OSID Logo
OSID Specifications
control rules package
Version 3.1.0
Interfaceosid.control.rules.InputEnablerReceiver
Implementsosid.OsidReceiver
Description

The input enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted input enablers.

MethodnewInputEnablers
Description

The callback for notifications of new input enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListinputEnablerIds the Ids of the new InputEnablers
Compliancemandatory This method must be implemented.
MethodchangedInputEnablers
Description

The callback for notification of updated input enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListinputEnablerIds the Ids of the updated InputEnablers
Compliancemandatory This method must be implemented.
MethoddeletedInputEnablers
Description

The callback for notification of deleted input enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListinputEnablerIds the Ids of the deleted InputEnablers
Compliancemandatory This method must be implemented.