OSID Logo
OSID Specifications
topology package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListgraphIdsthe Ids of the new Graphs
CompliancemandatoryThis method must be implemented.
MethodchangedGraphs
Description

The callback for notification of updated graph.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListgraphIdsthe Ids of the updated Graphs
CompliancemandatoryThis method must be implemented.
MethoddeletedGraphs
Description

The callback for notification of deleted graphs.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListgraphIdsthe Ids of the deleted Graphs
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfGraphs
Description

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

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListgraphIdsthe Ids of the Graphs whose children have changed
CompliancemandatoryThis method must be implemented.