Class ScreenModeCmd

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

public class ScreenModeCmd extends Object implements IObserver
Manages screen mode changes (fullscreen, windowed)
  • Field Details

  • Method Details

    • initialize

      public static void initialize()
    • 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.