public interface ApplicationLauncher
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.
Modifier and Type | Method and Description |
---|---|
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.
|
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.
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.