Eclipse Platform
Release 3.1

org.eclipse.debug.core
Interface ILaunchesListener2

All Superinterfaces:
ILaunchesListener

public interface ILaunchesListener2
extends ILaunchesListener

Enhancements to the launches listener interface. Provides notification when one or more launches terminate.

Clients implementing launches listener may implement this interface.

Since:
3.0

Method Summary
 void launchesTerminated(ILaunch[] launches)
          Notification that the given launches have terminated.
 
Methods inherited from interface org.eclipse.debug.core.ILaunchesListener
launchesAdded, launchesChanged, launchesRemoved
 

Method Detail

launchesTerminated

public void launchesTerminated(ILaunch[] launches)
Notification that the given launches have terminated.

Parameters:
launches - the launches that have terminated

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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