Interface ReaderListener


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

    Modifier and Type
    Method
    Description
    void
    read(String str)
    Notification that the Reader has read a new string.
  • Method Details

    • read

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