Interface SpeedZoneEnablerReceiver
- All Superinterfaces:
OsidReceiver
The speed zone enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted speed zone enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedSpeedZoneEnablers(Id notificationId, IdList speedZoneEnablerIds) The callback for notification of updated speed zone enablers.voiddeletedSpeedZoneEnablers(Id notificationId, IdList speedZoneEnablerIds) The callback for notification of deleted speed zone enablers.voidnewSpeedZoneEnablers(Id notificationId, IdList speedZoneEnablerIds) The callback for notifications of new speed zone enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newSpeedZoneEnablers
-
changedSpeedZoneEnablers
The callback for notification of updated speed zone enablers.- Parameters:
notificationId- the notificationIdspeedZoneEnablerIds- theIdsof the updatedSpeedZoneEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedSpeedZoneEnablers
The callback for notification of deleted speed zone enablers.- Parameters:
notificationId- the notificationIdspeedZoneEnablerIds- theIdsof the deletedSpeedZoneEnablers- Compliance:
mandatory- This method must be implemented.
-