public interface ILaunchesListener2 extends ILaunchesListener
Clients implementing launches listener may implement this interface.
Modifier and Type | Method and Description |
---|---|
void |
launchesTerminated(ILaunch[] launches)
Notification that the given launches have terminated.
|
launchesAdded, launchesChanged, launchesRemoved
void launchesTerminated(ILaunch[] launches)
launches
- the launches that have terminatedGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.