Class AbstractListenerImpl.ListenerInvocationImpl<A>

java.lang.Object
org.infinispan.notifications.impl.AbstractListenerImpl.ListenerInvocationImpl<A>
All Implemented Interfaces:
ListenerInvocation<A>
Enclosing class:
AbstractListenerImpl<T,L extends ListenerInvocation<T>>

protected class AbstractListenerImpl.ListenerInvocationImpl<A> extends Object implements ListenerInvocation<A>
Class that encapsulates a valid invocation for a given registered listener - containing a reference to the method to be invoked as well as the target object.
  • Constructor Details

  • Method Details