public abstract class AbstractConfiguration extends Object implements Configuration
Configuration abstract functionality.| Constructor and Description |
|---|
AbstractConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fireConfigurationChanged()
Fire 'configurationChanged' event for registered listeners.
|
List<ConfigurationListener> |
getListeners()
Get listeners.
|
void |
registerListener(ConfigurationListener listener)
Register listener.
|
void |
unregisterListener(ConfigurationListener listener)
Unregister listener.
|
void |
unregisterListeners()
Unregister all listeners.
|
public List<ConfigurationListener> getListeners()
public void registerListener(ConfigurationListener listener)
listener - ConfigurationListener instancepublic void unregisterListener(ConfigurationListener listener)
listener - ConfigurationListener instancepublic void unregisterListeners()
protected void fireConfigurationChanged()
Copyright © 2013–2019 BB Corp. All rights reserved.