OSID Logo
OSID Specifications
topology package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListedgeIds the Ids of the new Edges
Compliancemandatory This method must be implemented.
MethodchangedEdges
Description

The callback for notification of updated edges.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListedgeIds the Ids of the updated Edges
Compliancemandatory This method must be implemented.
MethoddeletedEdges
Description

The callback for notification of deleted edges.

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