public static interface ContainerConfig.ConfigObserver
| Modifier and Type | Method and Description |
|---|---|
void |
containersChanged(ContainerConfig config,
Collection<String> changed,
Collection<String> removed)
Notifies the object that some container configurations have been added or
modified.
|
void containersChanged(ContainerConfig config, Collection<String> changed, Collection<String> removed)
config - The ContainerConfig object where the configuration was
changed.changed - The names of the containers that have been added or
modified.removed - The names of the containers that have been removed.Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.