public interface SpeedZoneEnablerReceiver extends OsidReceiver
The speed zone enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted speed zone enablers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedSpeedZoneEnablers(IdList speedZoneEnablerIds)
The callback for notification of updated speed zone enablers.
|
void |
deletedSpeedZoneEnablers(IdList speedZoneEnablerIds)
The callback for notification of deleted speed zone enablers.
|
void |
newSpeedZoneEnablers(IdList speedZoneEnablerIds)
The callback for notifications of new speed zone enablers.
|
down, upvoid newSpeedZoneEnablers(IdList speedZoneEnablerIds)
speedZoneEnablerIds - the Ids of the new
SpeedZoneEnablers mandatory - This method must be implemented. void changedSpeedZoneEnablers(IdList speedZoneEnablerIds)
speedZoneEnablerIds - the Ids of the updated
SpeedZoneEnablers mandatory - This method must be implemented. void deletedSpeedZoneEnablers(IdList speedZoneEnablerIds)
speedZoneEnablerIds - the Ids of the deleted
SpeedZoneEnablers mandatory - This method must be implemented.