OSID Logo
OSID Specifications
room package
Version 3.0.0
Release Candidate Preview
Interfaceosid.room.FloorReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewFloors
Description

The callback for notifications of new floors.

Parametersosid.id.IdListfloorIdsthe Ids of the new Floors
CompliancemandatoryThis method must be implemented.
MethodchangedFloors
Description

The callback for notification of updated floors.

Parametersosid.id.IdListfloorIdsthe Ids of the updated Floors
CompliancemandatoryThis method must be implemented.
MethoddeletedFloors
Description

the callback for notification of deleted floors.

Parametersosid.id.IdListfloorIdsthe Ids of the registered Floors
CompliancemandatoryThis method must be implemented.