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 classLaunchA 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 voidILaunchManager. 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 ILaunchListener Modifier and Type Class Description classAbstractSourceLookupDirectorDirects source lookup among a collection of source lookup participants, and a common collection of source containers.
-