OSID Logo
OSID Specifications
mapping path package
Version 3.1.0
Interfaceosid.mapping.path.IntersectionReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewIntersections
Description

The callback for notifications of new intersections.

Parametersosid.id.IdListintersectionIds the Ids of the new Intersections
Compliancemandatory This method must be implemented.
MethodchangedIntersections
Description

The callback for notification of updated intersections.

Parametersosid.id.IdListintersectionIds the Ids of the updated Intersections
Compliancemandatory This method must be implemented.
MethoddeletedIntersections
Description

The callback for notification of deleted intersections.

Parametersosid.id.IdListintersectionIds the Ids of the deleted Intersections
Compliancemandatory This method must be implemented.