public interface ILaunchConfigurationListener
Clients may implement this interface.
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 configuration
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.