public interface ConfigurationObservableIF
Modifier and Type | Method and Description |
---|---|
void |
addObserver(ConfigurationObserverIF o)
Adds an observer to the set of observers for this object.
|
void |
removeObserver(ConfigurationObserverIF o)
Removes an observer from the set of observers of this object.
|
void addObserver(ConfigurationObserverIF o)
void removeObserver(ConfigurationObserverIF o)