public interface MuleContextListener
MuleContext| Modifier and Type | Method and Description |
|---|---|
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. |
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 contextCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.