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, preUnregister
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
postRegister, postUnregister, preRegister, preUnregister
protected LaunchConfigurationAdapter()
public void launchConfigurationAdded(org.eclipse.debug.core.ILaunchConfiguration configuration)
launchConfigurationAdded
in interface org.eclipse.debug.core.ILaunchConfigurationListener
public void launchConfigurationRemoved(org.eclipse.debug.core.ILaunchConfiguration configuration)
launchConfigurationRemoved
in interface org.eclipse.debug.core.ILaunchConfigurationListener
public void launchConfigurationChanged(org.eclipse.debug.core.ILaunchConfiguration configuration)
launchConfigurationChanged
in interface org.eclipse.debug.core.ILaunchConfigurationListener