OSID Logo
OSID Specifications
topology package
Version 3.1.0
Interfaceosid.topology.NodeReceiver
Implementsosid.OsidReceiver
Description

The node receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted nodes.

MethodnewNodes
Description

The callback for notifications of new nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListnodeIds the Ids of the new Nodes
Compliancemandatory This method must be implemented.
MethodchangedNodes
Description

The callback for notification of updated nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListnodeIds the Ids of the updated Nodes
Compliancemandatory This method must be implemented.
MethoddeletedNodes
Description

The callback for notification of deleted nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListnodeIds the Ids of the deleted Nodes
Compliancemandatory This method must be implemented.