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

The graph receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Graph objects.

MethodnewGraphs
Description

The callback for notifications of new graphs.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListgraphIds the Ids of the new Graphs
Compliancemandatory This method must be implemented.
MethodchangedGraphs
Description

The callback for notification of updated graph.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListgraphIds the Ids of the updated Graphs
Compliancemandatory This method must be implemented.
MethoddeletedGraphs
Description

The callback for notification of deleted graphs.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListgraphIds the Ids of the deleted Graphs
Compliancemandatory This method must be implemented.
MethodchangedChildOfGraphs
Description

The callback for notifications of changes to children of graph hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListgraphIds the Ids of the Graphs whose children have changed
Compliancemandatory This method must be implemented.