public interface Callback extends Serializable
| Modifier and Type | Method and Description |
|---|---|
CallbackType |
getCallbackType() |
boolean |
isActive()
Deprecated.
I can actually find no usages of this method and have no idea
why it is here :)
|
boolean |
performCallback(Object entity)
Contract for performing the callback
|
@Deprecated boolean isActive()
true if the callback is active, false otherwise.CallbackType getCallbackType()
boolean performCallback(Object entity)
entity - Reference to the entity for which the callback is triggered.Copyright © 2018 JBoss by Red Hat. All rights reserved.