Uses of Interface
org.mule.api.context.notification.MuleContextListener

Packages that use MuleContextListener
org.mule.api.context Mule Context APIs, including the MuleContext, agent and server event interfaces 
org.mule.context   
org.mule.module.launcher.artifact   
 

Uses of MuleContextListener in org.mule.api.context
 

Methods in org.mule.api.context with parameters of type MuleContextListener
 void MuleContextFactory.addListener(MuleContextListener listener)
          Adds a listener to be notified of each event related to the creation of a new MuleContext
 boolean MuleContextFactory.removeListener(MuleContextListener listener)
          Removes a listener from the factory.
 

Uses of MuleContextListener in org.mule.context
 

Methods in org.mule.context with parameters of type MuleContextListener
 void DefaultMuleContextFactory.addListener(MuleContextListener listener)
           
 boolean DefaultMuleContextFactory.removeListener(MuleContextListener listener)
           
 

Uses of MuleContextListener in org.mule.module.launcher.artifact
 

Classes in org.mule.module.launcher.artifact that implement MuleContextListener
 class MuleContextDeploymentListener
          Delegates MuleContextListener notifications to a DeploymentListener
 



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