Package org.eclipse.debug.ui.console
Interface IConsoleLineTrackerExtension
- All Superinterfaces:
- 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 SummaryModifier and TypeMethodDescriptionvoidNotification that all output streams connected to the console have been closed.Methods inherited from interface org.eclipse.debug.ui.console.IConsoleLineTrackerdispose, init, lineAppended
- 
Method Details- 
consoleClosedvoid consoleClosed()Notification that all output streams connected to the console have been closed. No more lines will be appended after this method is called.
 
-