Interface IStreamListener


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

    Clients may implement this interface.

    See Also:
    IStreamMonitor
    • Method Detail

      • 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