Package io.virtdata.processors
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(io.virtdata.processors.DocForFunc functionDoc)Handle each logical function model that has been found.
-