|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Notified when a launch configuration is created, deleted, or changed.
This interface is intended to be implemented by clients.
Method Summary | |
---|---|
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. |
Method Detail |
public void launchConfigurationAdded(ILaunchConfiguration configuration)
configuration
- the newly created launch configurationpublic void launchConfigurationChanged(ILaunchConfiguration configuration)
configuration
- the launch configuration that has
changedpublic void 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
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.