Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] org.eclipse.equinox.app ?


Yes IPlatformRunnable is now deprecated in favor of the new interface org.eclipse.equinox.app.IApplication.  We still fully support the old IPlatformRunnable interface for launching applications.  The new IApplication interface adds methods to allow an application to be stopped.  This allows us to fully control the lifecycle of an eclipse application with the OSGi MEG application admin specification.

Tom



Gavin Bong <eclipsejunkie.20.geekrunner@xxxxxxxxxxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

01/29/2007 01:12 AM

Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
equinox-dev@xxxxxxxxxxx
cc
Subject
[equinox-dev] org.eclipse.equinox.app ?





Does the introduction of org.eclipse.equinox.app mean that IPlatformRunnable is
being deprecated ?

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top