public interface Callback
extends java.io.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(java.lang.Object entity)
Contract for performing the callback
|
@Deprecated boolean isActive()
true
if the callback is active, false
otherwise.CallbackType getCallbackType()
boolean performCallback(java.lang.Object entity)
entity
- Reference to the entity for which the callback is triggered.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.