OSID Logo
OSID Specifications
control rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.control.rules.DeviceEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewDeviceEnablers
Description

The callback for notifications of new device enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdeviceEnablerIdsthe Ids of the new DeviceEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedDeviceEnablers
Description

The callback for notification of updated device enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdeviceEnablerIdsthe Ids of the updated DeviceEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedDeviceEnablers
Description

The callback for notification of deleted device enablers.

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