OSID Logo
OSID Specifications
room package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListfloorIds the Ids of the new Floors
Compliancemandatory This method must be implemented.
MethodchangedFloors
Description

The callback for notification of updated floors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListfloorIds the Ids of the updated Floors
Compliancemandatory This method must be implemented.
MethoddeletedFloors
Description

the callback for notification of deleted floors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListfloorIds the Ids of the registered Floors
Compliancemandatory This method must be implemented.