Package com.badlogic.gdx.backends.gwt
Interface GwtApplication.LoadingListener
-
- Enclosing class:
- GwtApplication
public static interface GwtApplication.LoadingListenerLoadingListener interface main purpose is to do some things before or afterGwtApplication.setupLoop()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterSetup()Method called after the setupvoidbeforeSetup()Method called before the setup
-