Class GaiaSkyDesktop

java.lang.Object
gaiasky.desktop.GaiaSkyDesktop
All Implemented Interfaces:
IObserver

public class GaiaSkyDesktop extends Object implements IObserver
Main class for the Gaia Sky desktop and VR launcher.
  • Field Details

  • Constructor Details

    • GaiaSkyDesktop

      public GaiaSkyDesktop()
  • Method Details

    • main

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

      public void launchMainApp()
    • notify

      public void notify(Events event, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Specified by:
      notify in interface IObserver
      Parameters:
      event - The event type.
      data - The data associated with this event.