public interface ILaunchConfigurationListener
This interface is intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
void |
launchConfigurationAdded(ILaunchConfiguration configuration)
The given launch configuration has been created.
|
void |
launchConfigurationChanged(ILaunchConfiguration configuration)
The given launch configuration has changed in some way.
|
void |
launchConfigurationRemoved(ILaunchConfiguration configuration)
The given launch configuration has been deleted.
|
void launchConfigurationAdded(ILaunchConfiguration configuration)
configuration
- the newly created launch configurationvoid launchConfigurationChanged(ILaunchConfiguration configuration)
configuration
- the launch configuration that has
changedvoid launchConfigurationRemoved(ILaunchConfiguration configuration)
The launch configuration no longer exists. Data stored in the configuration can no longer be accessed, however handle-only attributes of the launch configuration can be retrieved.
configuration
- the deleted launch configurationGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.