public static class InvalidReferenceEventHandler.InvalidGetMethodExecutor extends Object implements EventHandlerMethodExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
execute(EventHandler handler)
Call the method invalidGetMethod()
|
Object |
getReturnValue()
Get return value at end of all the iterations
|
boolean |
isDone()
Called after execute() to see if iterating should stop.
|
public void execute(EventHandler handler)
execute in interface EventHandlerMethodExecutorhandler - call the appropriate method on this handlerpublic Object getReturnValue()
EventHandlerMethodExecutorgetReturnValue in interface EventHandlerMethodExecutorpublic boolean isDone()
EventHandlerMethodExecutorisDone in interface EventHandlerMethodExecutorCopyright © 2000–2016. All rights reserved.