|
|||||||||
| Home >> All >> org >> eclipse >> debug >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
| Method Summary | |
void |
streamAppended(java.lang.String text,
org.eclipse.debug.core.model.IStreamMonitor monitor)
Notifies this listener that text has been appended to the given stream monitor. |
| Method Detail |
streamAppended
public void streamAppended(java.lang.String text, org.eclipse.debug.core.model.IStreamMonitor monitor)
- Notifies this listener that text has been appended to
the given stream monitor.
|
|||||||||
| Home >> All >> org >> eclipse >> debug >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC