public interface Hook
| Modifier and Type | Method and Description |
|---|---|
void |
configured(ChameleonConfiguration configuration)
Callback called when the Chameleon instance is configured but not yet created.
|
void |
initializing()
Callback called when Chameleon just starts.
|
void |
shuttingDown()
Callback called when the Chameleon instance is stopped just before leaving.
|
void initializing()
void configured(ChameleonConfiguration configuration)
configuration - the configuration, that can be modified.void shuttingDown()
Copyright © 2009–2014 OW2 Chameleon. All rights reserved.