org.mule.umo.lifecycle
Interface UMOEventListener

All Known Subinterfaces:
Callable
All Known Implementing Classes:
AbstractScriptComponent, AxisServiceComponent, FunctionalTestComponent, LogComponent, MuleManagerComponent, NullComponent

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: 1.2 $
Author:
Ross Mason
See Also:
Callable



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.