Interface FuncEnumerator.Listener

  • All Known Implementing Classes:
    FunctionDocInfoWriter
    Enclosing class:
    FuncEnumerator

    public static interface FuncEnumerator.Listener
    These Listeners handle data that has been found by the FuncEnumerator.
    • Method Summary

      Modifier and Type Method Description
      void onFunctionModel​(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