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)
handler
- call the appropriate method on this handlerboolean isDone()
Object getReturnValue()
Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.