org.crosswire.bibledesktop.desktop
Class Desktop.DesktopRunner
java.lang.Object
org.crosswire.bibledesktop.desktop.Desktop.DesktopRunner
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- Desktop
private static class Desktop.DesktopRunner
- extends Object
- implements Runnable
Helper class to actually display the application at the right time.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
desktop
private Desktop desktop
splash
private Splash splash
Desktop.DesktopRunner
public Desktop.DesktopRunner(Desktop aDesktop,
Splash aSplash)
- Parameters:
aDesktop
- aSplash
-
run
public void run()
- Specified by:
run
in interface Runnable