Carbide.c++

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


public interface ICarbideProjectPropertyChangedListener

Interface that clients implement to listen for changes to the project property of a Carbide project.


Method Summary
 void projectPropertyChanged(ICarbideProjectInfo cpi)
          Receive an event that the project property has changed for a project
 

Method Detail

projectPropertyChanged

void projectPropertyChanged(ICarbideProjectInfo cpi)
Receive an event that the project property has changed for a project

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

Carbide.c++