Uses of Class
org.sonar.api.config.GlobalPropertyChangeHandler.PropertyChange

Packages that use GlobalPropertyChangeHandler.PropertyChange
org.sonar.api.config   
 

Uses of GlobalPropertyChangeHandler.PropertyChange in org.sonar.api.config
 

Methods in org.sonar.api.config that return GlobalPropertyChangeHandler.PropertyChange
static GlobalPropertyChangeHandler.PropertyChange GlobalPropertyChangeHandler.PropertyChange.create(String key, String newValue)
           
 

Methods in org.sonar.api.config with parameters of type GlobalPropertyChangeHandler.PropertyChange
abstract  void GlobalPropertyChangeHandler.onChange(GlobalPropertyChangeHandler.PropertyChange change)
          This method gets called when a property is changed.
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.