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

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

MethodnewSpeedZoneEnablers
Description

The callback for notifications of new speed zone enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListspeedZoneEnablerIds the Ids of the new SpeedZoneEnablers
Compliancemandatory This method must be implemented.
MethodchangedSpeedZoneEnablers
Description

The callback for notification of updated speed zone enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListspeedZoneEnablerIds the Ids of the updated SpeedZoneEnablers
Compliancemandatory This method must be implemented.
MethoddeletedSpeedZoneEnablers
Description

The callback for notification of deleted speed zone enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListspeedZoneEnablerIds the Ids of the deleted SpeedZoneEnablers
Compliancemandatory This method must be implemented.