@ServerSide @ExtensionPoint public abstract class GlobalPropertyChangeHandler extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | GlobalPropertyChangeHandler.PropertyChange | 
| Constructor and Description | 
|---|
| GlobalPropertyChangeHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | onChange(GlobalPropertyChangeHandler.PropertyChange change)This method gets called when a property is changed. | 
public GlobalPropertyChangeHandler()
public abstract void onChange(GlobalPropertyChangeHandler.PropertyChange change)
Copyright © 2009–2016 SonarSource. All rights reserved.