|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A launches listener is notified of launches as they are added and removed from the launch manager. Also, when a process or debug target is added to a launch, listeners are notified of a change.
This interface is analogous to ILaunchListener
, except
notifications are batched to include more than one launch object
when possible.
Clients may implement this interface.
Clients may also implement the extension interface ILaunchesListener2
for
notification of more than one launch being terminated.
ILaunch
,
ILaunchManager
,
ILaunchListener
,
ILaunchesListener2
Method Summary | |
void |
launchesAdded(ILaunch[] launches)
Notifies this listener that the specified launches have been added. |
void |
launchesChanged(ILaunch[] launches)
Notifies this listener that the specified launches have changed. |
void |
launchesRemoved(ILaunch[] launches)
Notifies this listener that the specified launches have been removed. |
Method Detail |
public void launchesRemoved(ILaunch[] launches)
launches
- the removed launch objectspublic void launchesAdded(ILaunch[] launches)
launches
- the newly added launch objectspublic void launchesChanged(ILaunch[] launches)
launches
- the changed launch object
|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.