Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Calling refresh when a java program ends
Calling refresh when a java program ends [message #57723] Sat, 31 May 2003 17:43 Go to next message
Eclipse UserFriend
Originally posted by: elik.backweb.com

I have a launched program that, when done, adds files to the my project.
This program is a java program so I used
"AbstractJavaLaunchConfigurationDelegate".
My Q is: how do I know when the program is finished. Can i register to an
event on the launch object?

Thanks
elik
Re: Calling refresh when a java program ends [message #57799 is a reply to message #57723] Sat, 31 May 2003 21:29 Go to previous message
Eclipse UserFriend
Originally posted by: darin_swanson.oti.com

Register as an IDebugEventSetListener with the debug plugin.
You can perform the refresh when you get the DebugEvent.TERMINATE for the
IProcess(es)associated with your ILaunch object.
See the interface(s) for more details.

HTH
Darins

"Elik" <elik@backweb.com> wrote in message
news:bbb7m4$ukm$1@rogue.oti.com...
> I have a launched program that, when done, adds files to the my project.
> This program is a java program so I used
> "AbstractJavaLaunchConfigurationDelegate".
> My Q is: how do I know when the program is finished. Can i register to an
> event on the launch object?
>
> Thanks
> elik
>
>
Previous Topic:VerifyEvent and keycode MacOSX
Next Topic:Eclipse survival
Goto Forum:
  


Current Time: Fri May 09 22:59:15 EDT 2025

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

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

Back to the top