org.eclipse.cdt.managedbuilder.envvar
Interface IEnvironmentBuildPathsChangeListener


public interface IEnvironmentBuildPathsChangeListener

listeners of the environment build path changes should implement this interface

Since:
3.0

Method Summary
 void buildPathsChanged(IConfiguration configuration, int buildPathType)
           
 

Method Detail

buildPathsChanged

void buildPathsChanged(IConfiguration configuration,
                       int buildPathType)
Parameters:
configuration - represent the configuration for which the paths were changed
buildPathType - set to one of the IEnvVarBuildPath.BUILDPATH_xxx (the IEnvVarBuildPath will represent the build environment variables, see also the "Specifying the Includes and Library paths environment variables", the "envVarBuildPath schema" and the "Expected CDT/MBS code changes" sections)