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 method
    void 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

    • main

      public static void main​(java.lang.String[] args)
      Main method
      Parameters:
      args - Arguments
    • launchMainApp

      public void launchMainApp()
    • notify

      public void notify​(Events event, java.lang.Object... data)
      Specified by:
      notify in interface IObserver