Package org.eclipse.debug.core
Interface ILaunchesListener2
- All Superinterfaces:
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
Modifier and TypeMethodDescriptionvoid
launchesTerminated
(ILaunch[] launches) Notification that the given launches have terminated.Methods inherited from interface org.eclipse.debug.core.ILaunchesListener
launchesAdded, launchesChanged, launchesRemoved
-
Method Details
-
launchesTerminated
Notification that the given launches have terminated.- Parameters:
launches
- the launches that have terminated
-