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.api.lifecycle.Callable
to implement a specific Mule
listener interface.Callable
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.