Searched defs:GwtApplication (Results 1 - 1 of 1) sorted by relevance

/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
H A DGwtApplication.java62 public abstract class GwtApplication implements EntryPoint, Application { class in inherits:EntryPoint,Application
82 /** @return the configuration for the {@link GwtApplication}. */
100 GwtApplication.agentInfo = computeAgentInfo();
196 error("GwtApplication", "exception: " + t.getMessage(), t);
207 error("GwtApplication", "exception: " + t.getMessage(), t);
218 GwtApplication.this.listener.resize(Gdx.graphics.getWidth(), Gdx.graphics.getHeight());
544 self.@com.badlogic.gdx.backends.gwt.GwtApplication::onVisibilityChange(Z)($doc['hidden'] !== true);
563 * LoadingListener interface main purpose is to do some things before or after {@link GwtApplication#setupLoop()}

Completed in 56 milliseconds