Interface | osid.topology.NodeReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The node receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted nodes. | ||
Method | newNodes | ||
Description |
The callback for notifications of new nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | nodeIds | the Ids of the new Nodes | |
Compliance | mandatory | This method must be implemented. | |
Method | changedNodes | ||
Description |
The callback for notification of updated nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | nodeIds | the Ids of the updated Nodes | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedNodes | ||
Description |
The callback for notification of deleted nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | nodeIds | the Ids of the deleted Nodes | |
Compliance | mandatory | This method must be implemented. |