Uses of Interface
org.eclipse.debug.core.ILaunchListener
-
Packages that use ILaunchListener Package Description org.eclipse.debug.core Provides support for launching programs, breakpoint management, expression management, and debug events.org.eclipse.debug.core.sourcelookup Provides support for source lookup. -
-
Uses of ILaunchListener in org.eclipse.debug.core
Classes in org.eclipse.debug.core that implement ILaunchListener Modifier and Type Class Description class
Launch
A launch is the result of launching a debug session and/or one or more system processes.Methods in org.eclipse.debug.core with parameters of type ILaunchListener Modifier and Type Method Description void
ILaunchManager. addLaunchListener(ILaunchListener listener)
Adds the given listener to the collection of registered launch listeners.void
ILaunchManager. removeLaunchListener(ILaunchListener listener)
Removes the given listener from the collection of registered launch listeners. -
Uses of ILaunchListener in org.eclipse.debug.core.sourcelookup
Classes in org.eclipse.debug.core.sourcelookup that implement ILaunchListener Modifier and Type Class Description class
AbstractSourceLookupDirector
Directs source lookup among a collection of source lookup participants, and a common collection of source containers.
-