public interface EventHandlerMethodExecutor
Modifier and Type | Method and Description |
---|---|
void |
execute(EventHandler handler)
Execute the event handler method.
|
Object |
getReturnValue()
Get return value at end of all the iterations
|
boolean |
isDone()
Called after execute() to see if iterating should stop.
|
void execute(EventHandler handler) throws Exception
handler
- call the appropriate method on this handlerException
- generic exception potentially thrown by event handlersboolean isDone()
Object getReturnValue()
Copyright © 2000–2016. All rights reserved.