Interface TopHandlerInterface

    • Method Detail

      • reset

        void reset()
        Reset the state of this handler to before the first call. This allows the handler to be re-used by other components. be sure to get whatever this handler has accumulated before you call this method.
      • foundComma

        void foundComma​(String name)