environmentalZoneWarningListener property
- @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.addWarningListener()` method with own `WarningListener` implementation as parameter instead.")
Object to receive notification on approaching environmental zones.
Setting null value to the listener will unset the listener.
It returns null when no listener is set by an user.
Gets the listener to receive current environmental zones notifications.
Implementation
@Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.addWarningListener()` method with own `WarningListener` implementation as parameter instead.")
EnvironmentalZoneWarningListener? get environmentalZoneWarningListener;
- @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.addWarningListener()` method with own `WarningListener` implementation as parameter instead.")
Object to receive notification on approaching environmental zones.
Setting null value to the listener will unset the listener.
It returns null when no listener is set by an user.
Sets the listener to receive current environmental zones notifications.
Implementation
@Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.addWarningListener()` method with own `WarningListener` implementation as parameter instead.")
set environmentalZoneWarningListener(EnvironmentalZoneWarningListener? value);