|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface BeforeAfterCallable.AllowCallToProceed
The interface containing the proceed()
method,
which triggers BeforeAfterCaller
to proceed with calling BeforeAfterCallable.call()
.
BeforeAfterCallable
,
BeforeAfterCallable.before(AllowCallToProceed)
Method Summary | |
---|---|
boolean |
proceed()
Allow BeforeAfterCallable.call() to be called. |
Method Detail |
---|
boolean proceed()
BeforeAfterCallable.call()
to be called.
If proceed
guarantees that
if it returns true
,
then call()
either has been called or will be called; otherwise,
call()
will not be called.
true
if proceed
succeeds.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |