org.mule.umo.lifecycle
Interface UMOEventListener

All Known Subinterfaces:
Callable
All Known Implementing Classes:
AbstractMessageBuilder, AbstractScriptComponent, Apple, AxisServiceComponent, BridgeComponent, BusinessErrorManager, EchoComponent, FunctionalTestComponent, LogComponent, MuleManagerComponent, NoArgsCallWrapper, NullComponent, Orange, PassThroughComponent, RedApple, ReflectionMessageBuilder, RestServiceWrapper, RestTester, ScriptComponent, ScriptMessageBuilder, SpringRemoteInvokerComponent, StaticComponent, TestServiceComponent, VisualizerService, WSProxyService, XFireServiceComponent

public interface UMOEventListener

UMOEventListener is a marker interface that is implemented by objects wishing to receive UMO events in managed environments, succh as an EJB container. There are not methods on this interface as typically Mule will work out the method to invoke on the listener. Developers can implement org.mule.umo.lifecycle.Callable to implement a specific Mule listener interface.

See Also:
Callable



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.