Interface WriterListener


public interface WriterListener
Interface that allows for implementing classes to listen for string writing events. Listeners are registered with ObservableWriter objects.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification that the Writer has written a new string.
  • Method Details

    • write

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