| Interface | osid.topology.EdgeReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The edge receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newEdges | ||
| Description |
The callback for notifications of new edges. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | edgeIds | the Ids of the new Edges | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedEdges | ||
| Description |
The callback for notification of updated edges. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | edgeIds | the Ids of the updated Edges | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedEdges | ||
| Description |
The callback for notification of deleted edges. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | edgeIds | the Ids of the deleted Edges | |
| Compliance | mandatory | This method must be implemented. | |