Interface IStreamListener


public interface IStreamListener
A stream listener is notified of changes to a stream monitor.

Clients may implement this interface.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies this listener that text has been appended to the given stream monitor.
  • Method Details

    • streamAppended

      void streamAppended(String text, IStreamMonitor monitor)
      Notifies this listener that text has been appended to the given stream monitor.
      Parameters:
      text - the appended text
      monitor - the stream monitor to which text was appended