Class 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

      All Methods Static Methods Instance Methods Concrete Methods 
      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 Detail

      • SOURCE_VERSION

        public static int SOURCE_VERSION
    • Constructor Detail

      • GaiaSkyDesktop

        public GaiaSkyDesktop()
    • Method Detail

      • 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