OSID Logo
OSID Specifications
topology package
Version 3.0.0
Release Candidate Preview
Interfaceosid.topology.EdgeReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewEdges
Description

The callback for notifications of new edges.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListedgeIdsthe Ids of the new Edges
CompliancemandatoryThis method must be implemented.
MethodchangedEdges
Description

The callback for notification of updated edges.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListedgeIdsthe Ids of the updated Edges
CompliancemandatoryThis method must be implemented.
MethoddeletedEdges
Description

The callback for notification of deleted edges.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListedgeIdsthe Ids of the deleted Edges
CompliancemandatoryThis method must be implemented.