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

The speed zone receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted speed zones.

MethodnewSpeedZones
Description

The callback for notifications of new speed zones.

Parametersosid.id.IdListspeedZoneIds the Ids of the new SpeedZones
Compliancemandatory This method must be implemented.
MethodchangedSpeedZones
Description

The callback for notification of updated speed zones.

Parametersosid.id.IdListspeedZoneIds the Ids of the updated SpeedZones
Compliancemandatory This method must be implemented.
MethoddeletedSpeedZones
Description

The callback for notification of deleted speed zones.

Parametersosid.id.IdListspeedZoneIds the Ids of the deleted SpeedZones
Compliancemandatory This method must be implemented.