Eclipse Platform
Release 3.1

org.eclipse.ui.console
Interface IConsoleListener


public interface IConsoleListener

A console listener is notified when consoles are added or removed from the console manager.

Clients may implement this interface.

Since:
3.0

Method Summary
 void consolesAdded(IConsole[] consoles)
          Notification the given consoles have been added to the console manager.
 void consolesRemoved(IConsole[] consoles)
          Notification the given consoles have been removed from the console manager.
 

Method Detail

consolesAdded

public void consolesAdded(IConsole[] consoles)
Notification the given consoles have been added to the console manager.

Parameters:
consoles - added consoles

consolesRemoved

public void consolesRemoved(IConsole[] consoles)
Notification the given consoles have been removed from the console manager.

Parameters:
consoles - removed consoles

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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