Interface GraphReceiver
- All Superinterfaces:
OsidReceiver
The graph receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Graph objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfGraphs(Id notificationId, IdList graphIds) The callback for notifications of changes to children of graph hierarchy nodes.voidchangedGraphs(Id notificationId, IdList graphIds) The callback for notification of updated graph.voiddeletedGraphs(Id notificationId, IdList graphIds) The callback for notification of deleted graphs.voidThe callback for notifications of new graphs.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newGraphs
-
changedGraphs
-
deletedGraphs
-
changedChildOfGraphs
The callback for notifications of changes to children of graph hierarchy nodes.- Parameters:
notificationId- the notificationIdgraphIds- theIdsof theGraphswhose children have changed- Compliance:
mandatory- This method must be implemented.
-