Class ScreenModeCmd

java.lang.Object
gaiasky.render.ScreenModeCmd
All Implemented Interfaces:
IObserver

public class ScreenModeCmd extends Object implements IObserver
  • Field Details Link icon

  • Method Details Link icon

    • initialize Link icon

      public static void initialize()
    • notify Link icon

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