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