| Constructor and Description |
|---|
DefaultHook() |
| 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.
|
public void initializing()
initializing in interface Hookpublic void configured(ChameleonConfiguration configuration)
configured in interface Hookconfiguration - the configuration, that can be modified.public void shuttingDown()
shuttingDown in interface HookCopyright © 2009–2014 OW2 Chameleon. All rights reserved.