public class ListenerCallback extends AbstractCallback implements Callback
| Constructor and Description |
|---|
ListenerCallback(Listener listenerInstance,
Method callbackMethod,
CallbackType callbackType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
performCallback(Object entity)
Contract for performing the callback
|
getCallbackType, isActiveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCallbackType, isActivepublic ListenerCallback(Listener listenerInstance, Method callbackMethod, CallbackType callbackType)
public boolean performCallback(Object entity)
CallbackperformCallback in interface Callbackentity - Reference to the entity for which the callback is triggered.Copyright © 2018 JBoss by Red Hat. All rights reserved.