public class Configuration extends ParameterSet
Modifier and Type | Method and Description |
---|---|
void |
addListener(IConfigurationListener listener)
Adds the specified listener to this configuration.
|
void |
removeListener(IConfigurationListener listener)
Removes the specified listener from this configuration.
|
checkNotClosed, close, getBoolean, getBoolean, getNumber, getNumber, getSection, getString, getString, getStringArray, getStringArray, inject, isClosed, setBoolean, setNumber, setString, setStringArray
public final void addListener(IConfigurationListener listener)
listener
- the listener to be added.java.lang.IllegalStateException
- when this editor is closed.java.lang.IllegalArgumentException
- when listener
is null.public final void removeListener(IConfigurationListener listener)
listener
- the listener to be removed.java.lang.IllegalStateException
- when this editor is closed.java.lang.IllegalArgumentException
- when listener
is null.