|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface is typically implemented by a class that displays a splash screen and executes several launch tasks. After it is done it will return from its main launch() method.
| Method Summary | |
boolean |
launch()
Launches all of the registered tasks. |
void |
registerLaunchTask(LaunchTask launchtask)
Adds a launchtask to the splash screen launcher. |
void |
unregisterLaunchTask(LaunchTask launchtask)
Removes a launchtask from the splash screen launcher. |
| Method Detail |
public void registerLaunchTask(LaunchTask launchtask)
launchtask - the task to register with the launcher.public void unregisterLaunchTask(LaunchTask launchtask)
launchtask - the task to unregister from the launcher.public boolean launch()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||