|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationLauncher
An ApplicationLauncher is used to launch ParameterizedRunnable objects using the main thread.
This interface is not intended to be implemented by clients.
This class is for internal use by the platform-related plug-ins. Clients outside of the base platform should not reference or subclass this class.
Method Summary | |
---|---|
void |
launch(ParameterizedRunnable runnable,
Object context)
Launches the specified runnable using the main thread. |
void |
shutdown()
Forces the current runnable which is running to be stopped. |
Method Detail |
---|
void launch(ParameterizedRunnable runnable, Object context)
runnable
- a ParameterizedRunnalbe to run on the main thread.context
- the context to launch the runnable withvoid shutdown()
After this method returns this ApplicationLauncher will no longer allow applications to be launched.
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.