Eclipse Platform
Release 3.0

org.eclipse.debug.ui.console
Interface IConsoleLineTrackerExtension

All Superinterfaces:
IConsoleLineTracker

public interface IConsoleLineTrackerExtension
extends IConsoleLineTracker

An extension to the console line tracker interface that console line trackers may implement to be notified when output from the console is complete.

Clients may implement this interface.

Since:
3.0

Method Summary
 void consoleClosed()
          Notification that all output streams connected to the console have been closed.
 
Methods inherited from interface org.eclipse.debug.ui.console.IConsoleLineTracker
dispose, init, lineAppended
 

Method Detail

consoleClosed

public void consoleClosed()
Notification that all output streams connected to the console have been closed. No more lines will be appended after this method is called.


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.