public interface ILaunchListener
Clients may implement this interface.
ILaunch,
ILaunchesListener| Modifier and Type | Method and Description |
|---|---|
void |
launchAdded(ILaunch launch)
Notifies this listener that the specified launch
has been added.
|
void |
launchChanged(ILaunch launch)
Notifies this listener that the specified launch
has changed.
|
void |
launchRemoved(ILaunch launch)
Notifies this listener that the specified
launch has been removed.
|
void launchRemoved(ILaunch launch)
launch - the removed launchvoid launchAdded(ILaunch launch)
launch - the newly added launchvoid launchChanged(ILaunch launch)
launch - the changed launch
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.