Interface | osid.mapping.path.rules.SpeedZoneEnablerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The speed zone enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted speed zone enablers. | ||
Method | newSpeedZoneEnablers | ||
Description |
The callback for notifications of new speed zone enablers. | ||
Parameters | osid.id.IdList | speedZoneEnablerIds | the Ids of the new SpeedZoneEnablers |
Compliance | mandatory | This method must be implemented. | |
Method | changedSpeedZoneEnablers | ||
Description |
The callback for notification of updated speed zone enablers. | ||
Parameters | osid.id.IdList | speedZoneEnablerIds | the Ids of the updated SpeedZoneEnablers |
Compliance | mandatory | This method must be implemented. | |
Method | deletedSpeedZoneEnablers | ||
Description |
The callback for notification of deleted speed zone enablers. | ||
Parameters | osid.id.IdList | speedZoneEnablerIds | the Ids of the deleted SpeedZoneEnablers |
Compliance | mandatory | This method must be implemented. |