Package io.github.team6ENG.EscapeUni.gwt
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.LoadingListenerNested 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, runnablesHelperFields inherited from interface com.badlogic.gdx.Application
LOG_DEBUG, LOG_ERROR, LOG_INFO, LOG_NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.ApplicationListenercom.badlogic.gdx.backends.gwt.GwtApplicationConfigurationMethods 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
-
Constructor Details
-
GwtLauncher
public GwtLauncher()
-
-
Method Details
-
getConfig
public com.badlogic.gdx.backends.gwt.GwtApplicationConfiguration getConfig()- Specified by:
getConfigin classcom.badlogic.gdx.backends.gwt.GwtApplication- Returns:
- the configuration for the
GwtApplication.
-
createApplicationListener
public com.badlogic.gdx.ApplicationListener createApplicationListener()- Specified by:
createApplicationListenerin classcom.badlogic.gdx.backends.gwt.GwtApplication
-