Class Input.InputGameAdapter
- All Implemented Interfaces:
GameListener, EventListener
- Enclosing class:
Input
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialized(String... args) This method gets called after theGame.init(String...)method was executed.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GameListener
started, terminated, terminating
-
Constructor Details
-
InputGameAdapter
public InputGameAdapter()
-
-
Method Details
-
initialized
Description copied from interface:GameListenerThis method gets called after theGame.init(String...)method was executed.- Specified by:
initializedin interfaceGameListener- Parameters:
args- The arguments that were passed to the application.- See Also:
-