Class GwtLauncher

java.lang.Object
com.badlogic.gdx.backends.gwt.GwtApplication
io.github.team6ENG.EscapeUni.gwt.GwtLauncher
All Implemented Interfaces:
com.badlogic.gdx.Application, com.google.gwt.core.client.EntryPoint

public class GwtLauncher extends com.badlogic.gdx.backends.gwt.GwtApplication
Launches the GWT application.
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.badlogic.gdx.backends.gwt.GwtApplication

    com.badlogic.gdx.backends.gwt.GwtApplication.AgentInfo, com.badlogic.gdx.backends.gwt.GwtApplication.LoadingListener

    Nested classes/interfaces inherited from interface com.badlogic.gdx.Application

    com.badlogic.gdx.Application.ApplicationType
  • Field Summary

    Fields inherited from class com.badlogic.gdx.backends.gwt.GwtApplication

    lifecycleListeners, log, runnables, runnablesHelper

    Fields inherited from interface com.badlogic.gdx.Application

    LOG_DEBUG, LOG_ERROR, LOG_INFO, LOG_NONE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.badlogic.gdx.ApplicationListener
     
    com.badlogic.gdx.backends.gwt.GwtApplicationConfiguration
     

    Methods inherited from class com.badlogic.gdx.backends.gwt.GwtApplication

    addLifecycleListener, adjustMeterPanel, agentInfo, consoleLog, createAudio, createFiles, createInput, createPreloader, createPreloaderPanel, debug, debug, error, error, exit, getApplicationListener, getApplicationLogger, getAudio, getBaseUrl, getCanvasElement, getClipboard, getFiles, getGraphics, getInput, getJavaHeap, getLoadingListener, getLogLevel, getNativeHeap, getNet, getNoWebGLSupportWidget, getPreferences, getPreloader, getPreloaderBaseURL, getPreloaderCallback, getRootPanel, getType, getVersion, isMobileDevice, log, log, onModuleLoad, postRunnable, removeLifecycleListener, setApplicationLogger, setLoadingListener, setLogLevel, setupMainLoop, usedJSHeapSize

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GwtLauncher

      public GwtLauncher()
  • Method Details

    • getConfig

      public com.badlogic.gdx.backends.gwt.GwtApplicationConfiguration getConfig()
      Specified by:
      getConfig in class com.badlogic.gdx.backends.gwt.GwtApplication
      Returns:
      the configuration for the GwtApplication.
    • createApplicationListener

      public com.badlogic.gdx.ApplicationListener createApplicationListener()
      Specified by:
      createApplicationListener in class com.badlogic.gdx.backends.gwt.GwtApplication