Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.debug.core
Interface IStreamListener  view IStreamListener download IStreamListener.java


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.