org.sonar.api.config
Class GlobalPropertyChangeHandler

java.lang.Object
  extended by org.sonar.api.config.GlobalPropertyChangeHandler
All Implemented Interfaces:
Extension, ServerComponent, ServerExtension

public abstract class GlobalPropertyChangeHandler
extends Object
implements ServerExtension

Observe changes of global properties done from web application. It does not support :

Since:
3.0

Nested Class Summary
static class GlobalPropertyChangeHandler.PropertyChange
           
 
Constructor Summary
GlobalPropertyChangeHandler()
           
 
Method Summary
abstract  void onChange(GlobalPropertyChangeHandler.PropertyChange change)
          This method gets called when a property is changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalPropertyChangeHandler

public GlobalPropertyChangeHandler()
Method Detail

onChange

public abstract void onChange(GlobalPropertyChangeHandler.PropertyChange change)
This method gets called when a property is changed.



Copyright © 2009-2012 SonarSource. All Rights Reserved.