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

The callback for notification of updated renovations.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrenovationIds the Ids of the updated Renovations
Compliancemandatory This method must be implemented.
MethoddeletedRenovations
Description

the callback for notification of deleted renovations.

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