Eclipse Platform
2.1

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

Packages that use ILaunchConfigurationListener
org.eclipse.debug.core Provides support for launching programs, breakpoint management, expression management, and debug events. 
 

Uses of ILaunchConfigurationListener in org.eclipse.debug.core
 

Methods in org.eclipse.debug.core with parameters of type ILaunchConfigurationListener
 void ILaunchManager.addLaunchConfigurationListener(ILaunchConfigurationListener listener)
          Adds the given launch configuration listener to the list of listeners notified when a launch configuration is added, removed, or changed.
 void ILaunchManager.removeLaunchConfigurationListener(ILaunchConfigurationListener listener)
          Removes the given launch configuration listener from the list of listeners notified when a launch configuration is added, removed, or changed.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.