Interface IEnvironmentChangeEvent


public interface IEnvironmentChangeEvent
A class to describe changes to environment variables defined by user on CDT Environment page in Preferences.
Since:
5.5
  • Method Details Link icon

    • getOldVariables Link icon

      IEnvironmentVariable[] getOldVariables()
      Returns:
      an array of environment variables before the changes. If there are no variables, returns an empty array.
    • getNewVariables Link icon

      IEnvironmentVariable[] getNewVariables()
      Returns:
      an array of environment variables after the changes. If there are no variables, returns an empty array.