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