org.apache.velocity.app.event
public interface EventHandlerMethodExecutor
Modifier and Type | Method and Description |
---|---|
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()
Copyright © 2000-2014. All Rights Reserved.