Interface | osid.mapping.path.IntersectionReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The path receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newIntersections | ||
Description |
The callback for notifications of new intersections. | ||
Parameters | osid.id.IdList | intersectionIds | the Ids of the new Intersections |
Compliance | mandatory | This method must be implemented. | |
Method | changedIntersections | ||
Description |
The callback for notification of updated intersections. | ||
Parameters | osid.id.IdList | intersectionIds | the Ids of the updated Intersections |
Compliance | mandatory | This method must be implemented. | |
Method | deletedIntersections | ||
Description |
The callback for notification of deleted intersections. | ||
Parameters | osid.id.IdList | intersectionIds | the Ids of the deleted Intersections |
Compliance | mandatory | This method must be implemented. |