public interface EventHandlerMethodExecutor
| 限定符和类型 | 方法和说明 |
|---|---|
void |
execute(EventHandler handler)
Execute the event handler method.
|
java.lang.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 java.lang.Exception
handler - call the appropriate method on this handlerjava.lang.Exception - generic exception potentially thrown by event handlersboolean isDone()
java.lang.Object getReturnValue()