@OpenApiAll
public static interface EnvironmentOptions.EnvironmentChangeListener
Modifier and Type | Method and Description |
---|---|
void |
updateByEnvironmentProperties(java.util.List<Property> properties)
Event comes when environment options change.
|
void updateByEnvironmentProperties(java.util.List<Property> properties)
properties
- properties which have changed. Properties have previous values. You need to take new values from Environment Options.