org.infinispan.notifications
Class AbstractListenerImpl.ListenerInvocation
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
target
public final Object target
method
public final Method method
sync
public final boolean sync
classLoader
public final ClassLoader classLoader
AbstractListenerImpl.ListenerInvocation
public AbstractListenerImpl.ListenerInvocation(Object target,
Method method,
boolean sync,
ClassLoader classLoader)
invoke
public void invoke(Object event)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.