public class ListenerCallback extends Object implements Callback
Constructor and Description |
---|
ListenerCallback(Object listenerInstance,
Method callbackMethod) |
Modifier and Type | Method and Description |
---|---|
boolean |
isActive()
Is this callback active (will it do anything)?
|
boolean |
performCallback(Object entity)
Contract for performing the callback
|
public boolean performCallback(Object entity)
Callback
performCallback
in interface Callback
entity
- Reference to the entity for which the callback is triggered.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.