public class LaunchConfigurationAdapter extends Adapter implements LaunchConfigurationListener
LaunchConfigurationListener.
The methods in this class are empty. This class exists
as convenience for creating listener objects.
Extend this class to create a LaunchConfigurationListener
and override the methods for the events of interest.
Adapter,
LaunchConfigurationListener| Modifier | Constructor and Description |
|---|---|
protected |
LaunchConfigurationAdapter()
Constructor for use by subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
launchConfigurationAdded(org.eclipse.debug.core.ILaunchConfiguration configuration) |
void |
launchConfigurationChanged(org.eclipse.debug.core.ILaunchConfiguration configuration) |
void |
launchConfigurationRemoved(org.eclipse.debug.core.ILaunchConfiguration configuration) |
postRegister, postUnregister, preRegister, preUnregisterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostRegister, postUnregister, preRegister, preUnregisterprotected LaunchConfigurationAdapter()
public void launchConfigurationAdded(org.eclipse.debug.core.ILaunchConfiguration configuration)
launchConfigurationAdded in interface org.eclipse.debug.core.ILaunchConfigurationListenerpublic void launchConfigurationRemoved(org.eclipse.debug.core.ILaunchConfiguration configuration)
launchConfigurationRemoved in interface org.eclipse.debug.core.ILaunchConfigurationListenerpublic void launchConfigurationChanged(org.eclipse.debug.core.ILaunchConfiguration configuration)
launchConfigurationChanged in interface org.eclipse.debug.core.ILaunchConfigurationListener