Interface WriterListener

    • Method Summary

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

      • write

        void write​(java.lang.String str)
        Notification that the Writer has written a new string.
        Parameters:
        str - the written string