Interface ReaderListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void read​(java.lang.String str)
      Notification that the Reader has read a new string.
    • Method Detail

      • read

        void read​(java.lang.String str)
        Notification that the Reader has read a new string.
        Parameters:
        str - the read String