public class EntityCallback extends Object implements Callback
| Constructor and Description |
|---|
EntityCallback(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 EntityCallback(Method callbackMethod)
public boolean performCallback(Object entity)
CallbackperformCallback in interface Callbackentity - Reference to the entity for which the callback is triggered.Copyright © 2018. All rights reserved.