Interface Handler
- All Known Subinterfaces:
CutHandler<T>,ExtendHandler<T>,MergeHandler<T>,ReduceHandler<T>,SplitHandler<T>
public interface Handler
Base interface of handlers.
- Author:
- Damien Carbonne
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidInvoked once at process beginning.default voidInvoked once at process end.
-
Method Details
-
processBegin
default void processBegin()Invoked once at process beginning. -
processEnd
default void processEnd()Invoked once at process end.
-