Interface | osid.mapping.route.RouteReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The route receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newRoutes | ||
Description |
The callback for notifications of new routes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.Id | routeIds | the Ids of the new Routes | |
Compliance | mandatory | This method must be implemented. | |
Method | changedRoutes | ||
Description |
The callback for notification of updated routes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.Id | routeIds | the Ids of the updated Routes | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedRoutes | ||
Description |
The callback for notification of deleted routes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.Id | routeIds | the Ids of the deleted Routes | |
Compliance | mandatory | This method must be implemented. |