public abstract class ObservableConfig extends Object
| Constructor and Description |
|---|
ObservableConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasObserver() |
protected void |
notifyObserver(ObservableConfig newConfig,
List<ConfigUpdate> updates) |
ConfigObserver<?> |
removeObserver() |
void |
setObserver(ConfigObserver<?> observer) |
public boolean hasObserver()
public void setObserver(ConfigObserver<?> observer)
public ConfigObserver<?> removeObserver()
protected void notifyObserver(ObservableConfig newConfig, List<ConfigUpdate> updates) throws Exception
ExceptionCopyright © 2019 Objekt-Kontor IS GmbH & Co KG. All rights reserved.