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.Callable
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.