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

The callback for notification of updated devices.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdeviceIdsthe Ids of the updated Devices
CompliancemandatoryThis method must be implemented.
MethoddeletedDevices
Description

The callback for notification of deleted devices.

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