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