@FunctionalInterface
public static interface ConfigurationGroup.ConfigurationChangedListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
configurationChanged(java.beans.PropertyChangeEvent event)
Invoked when a a property of the configuration has been changed using the
ConfigurationGroup.set(String, Object) method to support this
event. |
void configurationChanged(java.beans.PropertyChangeEvent event)
ConfigurationGroup.set(String, Object) method to support this
event.event - The property changed event.