Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.debug.core
Interface ILaunchListener

All Known Implementing Classes:
AbstractSourceLookupDirector, Launch

public interface ILaunchListener

A launch 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.

Clients may implement this interface.

See Also:
ILaunch, ILaunchesListener

Method Summary
 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.
 

Method Detail

launchRemoved

void launchRemoved(
ILaunch launch)
Notifies this listener that the specified launch has been removed.

Parameters:
launch - the removed launch
Since:
2.0

launchAdded

void launchAdded(
ILaunch launch)
Notifies this listener that the specified launch has been added.

Parameters:
launch - the newly added launch
Since:
2.0

launchChanged

void launchChanged(
ILaunch launch)
Notifies this listener that the specified launch has changed. For example, a process or debug target has been added to the launch.

Parameters:
launch - the changed launch
Since:
2.0

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire