[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.jdt] Re: how to wait process created by DebugUITools.launch()

How can I determine the termination of process properly?

See org.eclipse.debug.core.DebugPlugin.getLaunchManager(). You can register an ILaunchListener or ILaunchesListener2 there and then get notified with launchChanged(..) or launchesTerminated(..).


Markus