public interface ConfigListener
| Modifier and Type | Method and Description |
|---|---|
void |
onConfigAdded(Config config)
Notification that a configuration was added.
|
void |
onConfigRemoved(Config config)
Notification that a configuration was removed.
|
void |
onConfigUpdated(Config config)
Notify the listener that the entire configuration of a child has changed.
|
void |
onError(java.lang.Throwable error,
Config config)
Notify of an error in the configuration listener.
|
void onConfigAdded(Config config)
config - void onConfigRemoved(Config config)
config - void onConfigUpdated(Config config)
config - void onError(java.lang.Throwable error,
Config config)
error -