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
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
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.