org.infinispan.notifications
protected class AbstractListenerImpl.ListenerInvocation extends Object
Modifier and Type | Field and Description |
---|---|
ClassLoader |
classLoader |
Method |
method |
boolean |
sync |
Object |
target |
Constructor and Description |
---|
AbstractListenerImpl.ListenerInvocation(Object target,
Method method,
boolean sync,
ClassLoader classLoader) |
public final Object target
public final Method method
public final boolean sync
public final ClassLoader classLoader
public AbstractListenerImpl.ListenerInvocation(Object target, Method method, boolean sync, ClassLoader classLoader)
public void invoke(Object event)
Copyright © 2015 JBoss, a division of Red Hat. All Rights Reserved.