OSID Logo
OSID Specifications
control rules package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListinputEnablerIdsthe Ids of the new InputEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedInputEnablers
Description

The callback for notification of updated input enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListinputEnablerIdsthe Ids of the updated InputEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedInputEnablers
Description

The callback for notification of deleted input enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListinputEnablerIdsthe Ids of the deleted InputEnablers
CompliancemandatoryThis method must be implemented.