public interface EventListener
EventListener is a marker interface that is implemented by objects wishing to receive Mule events in managed
environments, such 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.runtime.core.api.lifecycle.Callable to implement a
specific Mule listener interface.CallableCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.