Interface RenovationReceiver
- All Superinterfaces:
OsidReceiver
The renovation receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
Renovation objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedRenovations(Id notificationId, IdList renovationIds) The callback for notification of updated renovations.voiddeletedRenovations(Id notificationId, IdList renovationIds) the callback for notification of deleted renovations.voidnewRenovations(Id notificationId, IdList renovationIds) The callback for notifications of new renovations.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newRenovations
-
changedRenovations
-
deletedRenovations
-