org.axonframework.eventhandling
Interface EventListenerProxy

All Superinterfaces:
EventListener
All Known Implementing Classes:
AnnotationEventListenerAdapter, AsynchronousEventHandlerWrapper

public interface EventListenerProxy
extends EventListener

Specialist interface for implementations of an event listener that redirect actual processing to another instance.

Since:
0.6
Author:
Allard Buijze

Method Summary
 Object getTarget()
          Returns the instance that this proxy delegates all event handling to
 
Methods inherited from interface org.axonframework.eventhandling.EventListener
handle
 

Method Detail

getTarget

Object getTarget()
Returns the instance that this proxy delegates all event handling to

Returns:
the instance that this proxy delegates all event handling to


Copyright © 2011. All Rights Reserved.