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

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

MethodnewRenovations
Description

The callback for notifications of new renovations.

Parametersosid.id.IdListrenovationIdsthe Ids of the new Renovations
CompliancemandatoryThis method must be implemented.
MethodchangedRenovations
Description

The callback for notification of updated renovations.

Parametersosid.id.IdListrenovationIdsthe Ids of the updated Renovations
CompliancemandatoryThis method must be implemented.
MethoddeletedRenovations
Description

the callback for notification of deleted renovations.

Parametersosid.id.IdListrenovationIdsthe Ids of the registered Renovations
CompliancemandatoryThis method must be implemented.