org.mule.api.lifecycle
Interface EventListener

All Known Subinterfaces:
Callable
All Known Implementing Classes:
AbstractMessageBuilder, AccumulatorComponent, AxisServiceComponent, BridgeComponent, BusinessErrorManager, CxfServiceComponent, EchoComponent, FunctionalStreamingTestComponent, FunctionalTestComponent, GroovyRefreshableBeanBuilder, LogComponent, MuleEventMulticaster, NullComponent, ReflectionMessageBuilder, RemoteDispatcherComponent, RestTester, SpringRemoteInvokerComponent, StaticComponent, TestSecurityComponent, TestServiceComponent, TransactionalFunctionalTestComponent, WSProxyService

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.

See Also:
Callable



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.