Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.debug.core.ILaunchListener

Packages that use ILaunchListener
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
 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
 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
 class AbstractSourceLookupDirector
          Directs source lookup among a collection of source lookup participants, and a common collection of source containers.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.