Carbide.c++

com.nokia.carbide.cdt.builder.project
Interface ICarbideConfigurationChangedListener


public interface ICarbideConfigurationChangedListener

Interface that clients implement to listen for changes to the default configuration of a carbide project.


Method Summary
 void buildConfigurationChanged(ICarbideBuildConfiguration currentConfig)
          Receive an event that the default configuration has changed for a project
 

Method Detail

buildConfigurationChanged

void buildConfigurationChanged(ICarbideBuildConfiguration currentConfig)
Receive an event that the default configuration has changed for a project

Parameters:
currentConfig - - The configuration that is the new default

Carbide.c++