org.mule.umo.lifecycle
Interface UMOEventListener

All Known Subinterfaces:
Callable
All Known Implementing Classes:
AbstractMessageBuilder, AbstractScriptComponent, Apple, AxisServiceComponent, BridgeComponent, BusinessErrorManager, FunctionalTestComponent, LogComponent, MuleManagerComponent, NullComponent, Orange, PassThroughComponent, RestServiceWrapper, ScriptComponent, SpringRemoteInvokerComponent, StaticComponent, XFireServiceComponent

public interface UMOEventListener

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

Version:
$Revision: 3798 $
Author:
Ross Mason
See Also:
Callable



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.