Eclipse Platform
2.0

org.eclipse.debug.core
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 Summary
 void streamAppended(String text, IStreamMonitor monitor)
          Notifies this listener that text has been appended to the given stream monitor.
 

Method Detail

streamAppended

public 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

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.