| Constructor and Description |
|---|
CheckCallback() |
| Modifier and Type | Method and Description |
|---|---|
CallbackResult<Boolean> |
beforeCall(Object obj,
Object[] args)
Method that is called before actual method is invoked.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterCall, getBaseClasspublic CallbackResult<Boolean> beforeCall(Object obj, Object[] args)
CallbackCallbackResult.newContinue()CallbackResult.newCallbackBlocker()CallbackResult.newFullBlocker(Object)CallbackResult.newFullBlocker(Object) then
method will be executed normally. In other case
CallbackResult.getResult() will be returned.beforeCall in interface Callback<Object>obj - on whom method should be invokedargs - method argsCallbackResultCopyright © 2014–2015. All rights reserved.