Uses of Interface
org.eclipse.debug.core.ILaunchListener
Packages that use ILaunchListener
Package
Description
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Provides support for source lookup.
-
Uses of ILaunchListener in org.eclipse.debug.core
Classes in org.eclipse.debug.core that implement ILaunchListenerModifier and TypeClassDescriptionclassA 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 ILaunchListenerModifier and TypeMethodDescriptionvoidILaunchManager.addLaunchListener(ILaunchListener listener) Adds the given listener to the collection of registered launch listeners.voidILaunchManager.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 ILaunchListenerModifier and TypeClassDescriptionclassDirects source lookup among a collection of source lookup participants, and a common collection of source containers.