org.mule.api.context.notification
Interface MuleContextListener

All Known Implementing Classes:
MuleContextDeploymentListener

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

onCreation

void onCreation(MuleContext context)
Notifies the creation of a MuleContext instance right before the initialization.

Parameters:
context - created context

onInitialization

void onInitialization(MuleContext context)
Notifies the initialization of a MuleContext instance right before the configuration.

Parameters:
context - initialized context

onConfiguration

void onConfiguration(MuleContext context)
Notifies the configuration of a MuleContext instance, after this notification, the context is ready to be used.

Parameters:
context - configured context


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.