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.

Like all OsidReceivers, notifications are delivered to InputEnablerReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

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.