M
Matthias Reining
Hello,
can somebody help me how to finish an Eclipse RCP application without to
use an UI event?
My Application has a normal GUI, but in some cases the application
should be finished from outside (For this I'm using JMX).
System.exit(1) works of course, but this is not really nice... My
favourite behaviour would be the same procedure as mouseclicking the
closing-cross. Than all plug-ins (bundles) are finished fine by calling
the stop-method.
Is there a solution?
Thanks for your answers,
matthias
can somebody help me how to finish an Eclipse RCP application without to
use an UI event?
My Application has a normal GUI, but in some cases the application
should be finished from outside (For this I'm using JMX).
System.exit(1) works of course, but this is not really nice... My
favourite behaviour would be the same procedure as mouseclicking the
closing-cross. Than all plug-ins (bundles) are finished fine by calling
the stop-method.
Is there a solution?
Thanks for your answers,
matthias