|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MuleContextListener
Listens to events raised during the creation of a MuleContext
| Method Summary | |
|---|---|
void |
onConfiguration(MuleContext context)
Notifies the configuration of a MuleContext instance, after this
notification, the context is ready to be used. |
void |
onCreation(MuleContext context)
Notifies the creation of a MuleContext instance right before
the initialization. |
void |
onInitialization(MuleContext context)
Notifies the initialization of a MuleContext instance right
before the configuration. |
| Method Detail |
|---|
void onCreation(MuleContext context)
MuleContext instance right before
the initialization.
context - created contextvoid onInitialization(MuleContext context)
MuleContext instance right
before the configuration.
context - initialized contextvoid onConfiguration(MuleContext context)
MuleContext instance, after this
notification, the context is ready to be used.
context - configured context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||