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

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

MethodnewDevices
Description

The callback for notifications of new devices.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdeviceIds the Ids of the new Devices
Compliancemandatory This method must be implemented.
MethodchangedDevices
Description

The callback for notification of updated devices.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdeviceIds the Ids of the updated Devices
Compliancemandatory This method must be implemented.
MethoddeletedDevices
Description

The callback for notification of deleted devices.

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