public static class ReferenceInsertionEventHandler.referenceInsertExecutor extends Object implements EventHandlerMethodExecutor
Modifier and Type | Method and Description |
---|---|
void |
execute(EventHandler handler)
Call the method referenceInsert()
|
Object |
getReturnValue()
Get return value at end of all the iterations
|
boolean |
isDone()
Continue to end of event handler iteration
|
public void execute(EventHandler handler)
execute
in interface EventHandlerMethodExecutor
handler
- call the appropriate method on this handlerpublic Object getReturnValue()
EventHandlerMethodExecutor
getReturnValue
in interface EventHandlerMethodExecutor
public boolean isDone()
isDone
in interface EventHandlerMethodExecutor
Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.