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 Detail

      • updateByEnvironmentProperties

        void updateByEnvironmentProperties​(java.util.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.