public interface ClientConfigurationItem
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ExtClient client)
Gives a chance for the item to configure the just opened ObjectContainer.
|
void |
prepare(ClientConfiguration configuration)
Gives a chance for the item to augment the configuration.
|
void prepare(ClientConfiguration configuration)
configuration - the configuration that the item was added tovoid apply(ExtClient client)
container - the ObjectContainer to configure