Package io.virtdata.processors.internals
Interface FuncEnumerator.Listener
-
- All Known Implementing Classes:
FunctionDocInfoWriter
- Enclosing class:
- FuncEnumerator
public static interface FuncEnumerator.ListenerThese Listeners handle data that has been found by the FuncEnumerator.
-
-
Method Summary
Modifier and Type Method Description voidonFunctionModel(DocForFunc functionDoc)Handle each logical function model that has been found.
-
-
-
Method Detail
-
onFunctionModel
void onFunctionModel(DocForFunc functionDoc)
Handle each logical function model that has been found.- Parameters:
functionDoc- the documentation model for a single mapping function
-
-