public interface EventListener
EventListener 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.api.lifecycle.Callable to implement a specific Mule
listener interface.CallableCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.