Interface ModelReceiver
- All Superinterfaces:
OsidReceiver
The model receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted model objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedModels(Id notificationId, IdList modelIds) The callback for notification of updated models.voiddeletedModels(Id notificationId, IdList modelIds) The callback for notification of deleted models.voidThe callback for notifications of new models.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newModels
-
changedModels
-
deletedModels
-