| Interface | osid.topology.GraphReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The graph receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newGraphs | ||
| Description |
The callback for notifications of new graphs. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | graphIds | the Ids of the new Graphs | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedGraphs | ||
| Description |
The callback for notification of updated graph. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | graphIds | the Ids of the updated Graphs | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedGraphs | ||
| Description |
The callback for notification of deleted graphs. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | graphIds | the Ids of the deleted Graphs | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfGraphs | ||
| Description |
The callback for notifications of changes to children of graph hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | graphIds | the Ids of the Graphs whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |