Interface EnvironmentOptions.EnvironmentChangeListener

All Known Implementing Classes:
MainFrame
Enclosing class:
EnvironmentOptions

@OpenApiAll public static interface EnvironmentOptions.EnvironmentChangeListener
Receives events when environment options change in the environment options dialog after "Ok" is pressed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Event comes when environment options change.
  • Method Details

    • updateByEnvironmentProperties

      void updateByEnvironmentProperties(List<Property> properties)
      Event comes when environment options change.
      Parameters:
      properties - properties which have changed. Properties have previous values. You need to take new values from Environment Options.