Uses of Interface
org.axonframework.eventhandling.EventListenerProxy

Packages that use EventListenerProxy
org.axonframework.eventhandling Classes related to event handling and dispatching, such as Event Listeners and the Event Bus
org.axonframework.eventhandling.annotation Classes in support of the configuration of Event Handlers using annotations. 
 

Uses of EventListenerProxy in org.axonframework.eventhandling
 

Classes in org.axonframework.eventhandling that implement EventListenerProxy
 class AsynchronousEventHandlerWrapper
          The AsynchronousEventHandlerWrapper can wrap any event listener to give it asynchronous behavior.
 

Uses of EventListenerProxy in org.axonframework.eventhandling.annotation
 

Classes in org.axonframework.eventhandling.annotation that implement EventListenerProxy
 class AnnotationEventListenerAdapter
          Adapter that turns any bean with EventHandler annotated methods into an EventListener.
 



Copyright © 2011. All Rights Reserved.