Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » ILaunchListener / ILaunchesListener2 are not notified on Termination of the launch
ILaunchListener / ILaunchesListener2 are not notified on Termination of the launch [message #1638782] Fri, 27 February 2015 09:44 Go to next message
Deepak P is currently offline Deepak PFriend
Messages: 32
Registered: January 2012
Member
We have a mechanism where in an external application is launched using the ILaunchManager.

And we have added both ILaunchListener and ILaunchesListener2 to listen to the termination of the application launched.

The listeners are added as below
ILaunchesListener sampleLaunchListener = .....
final ILaunchManager launchManager = DebugPlugin.getDefault().getLaunchManager();
      launchManager.addLaunchListener(sampleLaunchListener);


But on termination of the external application, neither of the listeners are fired.

So am i missing out some steps ?

Re: ILaunchListener / ILaunchesListener2 are not notified on Termination of the launch [message #1647507 is a reply to message #1638782] Tue, 03 March 2015 13:11 Go to previous messageGo to next message
Deepak P is currently offline Deepak PFriend
Messages: 32
Registered: January 2012
Member
Also 1 clarification needed,

If a launch launches an external application, and in-turn the external application creates child processes (Windows-OS) , So will the ILaunchesListener wait for the child processes also to be terminated for its notification ?
Re: ILaunchListener / ILaunchesListener2 are not notified on Termination of the launch [message #1647704 is a reply to message #1647507] Tue, 03 March 2015 15:18 Go to previous messageGo to next message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
If you don't get responses here, try asking in the Eclipse Platform forum.
Re: ILaunchListener / ILaunchesListener2 are not notified on Termination of the launch [message #1648871 is a reply to message #1647704] Wed, 04 March 2015 04:08 Go to previous message
Deepak P is currently offline Deepak PFriend
Messages: 32
Registered: January 2012
Member
Thank you Eric
Previous Topic:Using eclipse Kepler, my changes to Perspective.java don't seem to be getting picked up
Next Topic:Java assignment
Goto Forum:
  


Current Time: Wed Apr 24 16:57:20 GMT 2024

Powered by FUDForum. Page generated in 0.09936 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top