|
||||||||||
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.
Method Summary | |
---|---|
void |
launch(ParameterizedRunnable runnable,
java.lang.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, java.lang.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |