public interface IStreamListener
Clients may implement this interface.
IStreamMonitor
Modifier and Type | Method and Description |
---|---|
void |
streamAppended(String text,
IStreamMonitor monitor)
Notifies this listener that text has been appended to
the given stream monitor.
|
void streamAppended(String text, IStreamMonitor monitor)
text
- the appended textmonitor
- the stream monitor to which text was appendedGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.