public interface ILaunchesListener
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
Modifier and Type | Method and Description |
---|---|
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.
|
void launchesRemoved(ILaunch[] launches)
launches
- the removed launch objectsvoid launchesAdded(ILaunch[] launches)
launches
- the newly added launch objectsvoid launchesChanged(ILaunch[] launches)
launches
- the changed launch object
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.