Interface EngineReceiver
- All Superinterfaces:
OsidReceiver
The engine receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Engine
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfEngines(Id notificationId, IdList engineIds) The callback for notifications of changes to children of engine hierarchy nodes.voidchangedEngines(Id notificationId, IdList engineIds) The callback for notification of updated engines.voiddeletedEngines(Id notificationId, IdList engineIds) the callback for notification of deleted engines.voidnewEngines(Id notificationId, IdList engineIds) The callback for notifications of new engines.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newEngines
-
changedEngines
-
deletedEngines
-
changedChildOfEngines
The callback for notifications of changes to children of engine hierarchy nodes.- Parameters:
notificationId- the notificationIdengineIds- theIdsof theEngineswhose children have changed- Compliance:
mandatory- This method must be implemented.
-