Package gaiasky.desktop
Class GaiaSkyDesktop
java.lang.Object
gaiasky.desktop.GaiaSkyDesktop
- All Implemented Interfaces:
IObserver
public class GaiaSkyDesktop extends java.lang.Object implements IObserver
Main class for the desktop launcher
-
Field Summary
Fields Modifier and Type Field Description static int
SOURCE_VERSION
-
Constructor Summary
Constructors Constructor Description GaiaSkyDesktop()
-
Method Summary
Modifier and Type Method Description void
launchMainApp()
static void
main(java.lang.String[] args)
Main methodvoid
notify(Events event, java.lang.Object... data)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
SOURCE_VERSION
public static int SOURCE_VERSION
-
-
Constructor Details
-
GaiaSkyDesktop
public GaiaSkyDesktop()
-
-
Method Details