Interface | osid.room.construction.RenovationReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The renovation receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
Method | newRenovations | ||
Description |
The callback for notifications of new renovations. | ||
Parameters | osid.id.IdList | renovationIds | the Ids of the new Renovations |
Compliance | mandatory | This method must be implemented. | |
Method | changedRenovations | ||
Description |
The callback for notification of updated renovations. | ||
Parameters | osid.id.IdList | renovationIds | the Ids of the updated Renovations |
Compliance | mandatory | This method must be implemented. | |
Method | deletedRenovations | ||
Description |
the callback for notification of deleted renovations. | ||
Parameters | osid.id.IdList | renovationIds | the Ids of the registered Renovations |
Compliance | mandatory | This method must be implemented. |