Interface Handler
-
- All Known Subinterfaces:
CutHandler<T>,ExtendHandler<T>,MergeHandler<T>,ReduceHandler<T>,SplitHandler<T>
public interface HandlerBase interface of handlers.- Author:
- Damien Carbonne
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidprocessBegin()Invoked once at process beginning.default voidprocessEnd()Invoked once at process end.
-