public abstract class AbstractBasicLoopItemHandler<T> extends java.lang.Object implements LoopItemHandler<T>
LoopHandler.beforeStart()
and
LoopHandler.afterFinish()
methods.Constructor and Description |
---|
AbstractBasicLoopItemHandler() |
Modifier and Type | Method and Description |
---|---|
void |
afterFinish()
Called after the loop has finished.
|
void |
beforeStart()
Called before the loop is started.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handle
public void beforeStart()
beforeStart
in interface LoopHandler
public void afterFinish()
afterFinish
in interface LoopHandler