|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void execute(EventHandler handler) throws Exception
handler
- call the appropriate method on this handler
Exception
- generic exception potentially thrown by event handlerspublic boolean isDone()
public Object getReturnValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |