OSID Logo
OSID Specifications
mapping route package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.route.RouteReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewRoutes
Description

The callback for notifications of new routes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdrouteIdsthe Ids of the new Routes
CompliancemandatoryThis method must be implemented.
MethodchangedRoutes
Description

The callback for notification of updated routes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdrouteIdsthe Ids of the updated Routes
CompliancemandatoryThis method must be implemented.
MethoddeletedRoutes
Description

The callback for notification of deleted routes.

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