public static class NullSetEventHandler.ShouldLogOnNullSetExecutor extends java.lang.Object implements EventHandlerMethodExecutor
| 限定符和类型 | 方法和说明 |
|---|---|
void |
execute(EventHandler handler)
Call the method shouldLogOnNullSet()
|
java.lang.Object |
getReturnValue()
Get return value at end of all the iterations
|
boolean |
isDone()
Called after execute() to see if iterating should stop.
|
public void execute(EventHandler handler)
execute 在接口中 EventHandlerMethodExecutorhandler - call the appropriate method on this handlerpublic java.lang.Object getReturnValue()
EventHandlerMethodExecutorgetReturnValue 在接口中 EventHandlerMethodExecutorpublic boolean isDone()
EventHandlerMethodExecutorisDone 在接口中 EventHandlerMethodExecutor