Class ScreenModeCmd

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

public class ScreenModeCmd
extends java.lang.Object
implements IObserver
Manages screen mode changes (fullscreen, windowed)
  • Field Summary

    Fields
    Modifier and Type Field Description
    static ScreenModeCmd instance  
  • Method Summary

    Modifier and Type Method Description
    static void initialize()  
    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

  • Method Details

    • initialize

      public static void initialize()
    • notify

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