OSID Logo
OSID Specifications
control rules package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListdeviceEnablerIds the Ids of the new DeviceEnablers
Compliancemandatory This method must be implemented.
MethodchangedDeviceEnablers
Description

The callback for notification of updated device enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdeviceEnablerIds the Ids of the updated DeviceEnablers
Compliancemandatory This method must be implemented.
MethoddeletedDeviceEnablers
Description

The callback for notification of deleted device enablers.

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