Interface IProductLineProjectListener
-
public interface IProductLineProjectListenerListener for changes inside thePLPInfo.- Author:
- El-Sharkawy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbuildScriptChanged()This method is called, if thePLPInfo.getBuildScript()was changed.voidconfigurationPulled()This method is called, if the configuration is pulled.voidprojectClosed()This method is called, if the relatedPLPInfois closed.
-
-
-
Method Detail
-
configurationPulled
void configurationPulled()
This method is called, if the configuration is pulled.
-
projectClosed
void projectClosed()
This method is called, if the relatedPLPInfois closed.
-
buildScriptChanged
void buildScriptChanged()
This method is called, if thePLPInfo.getBuildScript()was changed.
-
-