|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventHandlerMethodExecutor
Strategy object used to execute event handler method. Will be called while looping through all the chained event handler implementations. Each EventHandler method call should have a parallel executor object defined.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void execute(EventHandler handler)
throws Exception
handler - call the appropriate method on this handler
Exception - generic exception potentially thrown by event handlersboolean isDone()
Object getReturnValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||