Interface SpeedZoneReceiver
- All Superinterfaces:
OsidReceiver
The speed zone receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted speed zones.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedSpeedZones(IdList speedZoneIds) The callback for notification of updated speed zones.voiddeletedSpeedZones(IdList speedZoneIds) The callback for notification of deleted speed zones.voidnewSpeedZones(IdList speedZoneIds) The callback for notifications of new speed zones.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newSpeedZones
The callback for notifications of new speed zones.- Parameters:
speedZoneIds- theIdsof the newSpeedZones- Compliance:
mandatory- This method must be implemented.
-
changedSpeedZones
The callback for notification of updated speed zones.- Parameters:
speedZoneIds- theIdsof the updatedSpeedZones- Compliance:
mandatory- This method must be implemented.
-
deletedSpeedZones
The callback for notification of deleted speed zones.- Parameters:
speedZoneIds- theIdsof the deletedSpeedZones- Compliance:
mandatory- This method must be implemented.
-