public static class MethodExceptionEventHandler.MethodExceptionExecutor extends Object implements EventHandlerMethodExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
execute(EventHandler handler)
Call the method methodException()
|
Object |
getReturnValue()
Get return value at end of all the iterations
|
boolean |
isDone()
Only run the first MethodExceptionEventHandler
|
public void execute(EventHandler handler) throws Exception
execute in interface EventHandlerMethodExecutorhandler - call the appropriate method on this handlerException - generic exception thrown by methodException event handler method callpublic Object getReturnValue()
EventHandlerMethodExecutorgetReturnValue in interface EventHandlerMethodExecutorpublic boolean isDone()
isDone in interface EventHandlerMethodExecutorCopyright © 2000–2016. All rights reserved.