| Interface | osid.room.FloorReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The floor receiver is the consumer supplied interface for 
                receiving notifications pertaining to new, updated or deleted 
                  | ||
| Method | newFloors | ||
| Description | 
                     The callback for notifications of new floors.  | ||
| Parameters | osid.id.IdList | floorIds | the  Ids  of the new  Floors   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedFloors | ||
| Description | 
                     The callback for notification of updated floors.  | ||
| Parameters | osid.id.IdList | floorIds | the  Ids  of the updated  Floors   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedFloors | ||
| Description | 
                     the callback for notification of deleted floors.  | ||
| Parameters | osid.id.IdList | floorIds | the  Ids  of the registered  Floors   | 
| Compliance | mandatory | This method must be implemented. | |