Example usage for Java com.badlogic.gdx LifecycleListener fields, constructors, methods, implement or subclass
The text is from its open source code.
void | dispose() Called when the Application is about to be disposed |
void | pause() Called when the Application is about to pause |
void | resume() Called when the Application is about to be resumed |