org.infinispan.notifications
Class AbstractListenerImpl.ListenerInvocation

java.lang.Object
  extended by org.infinispan.notifications.AbstractListenerImpl.ListenerInvocation
Enclosing class:
AbstractListenerImpl

protected class AbstractListenerImpl.ListenerInvocation
extends Object

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.


Field Summary
 Method method
           
 boolean sync
           
 Object target
           
 
Constructor Summary
AbstractListenerImpl.ListenerInvocation(Object target, Method method, boolean sync)
           
 
Method Summary
 void invoke(Object event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

public final Object target

method

public final Method method

sync

public final boolean sync
Constructor Detail

AbstractListenerImpl.ListenerInvocation

public AbstractListenerImpl.ListenerInvocation(Object target,
                                               Method method,
                                               boolean sync)
Method Detail

invoke

public void invoke(Object event)


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.