Package de.gurkenlabs.litiengine.input
Class Input.InputGameAdapter
java.lang.Object
de.gurkenlabs.litiengine.input.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.voidstarted()This method gets called after theGame.startmethod was executed.voidThis method is called when theGamewas terminated (just beforeSystem.exitis about to be called).Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.gurkenlabs.litiengine.GameListener
terminating
-
Constructor Details
-
InputGameAdapter
public InputGameAdapter()
-
-
Method Details
-
terminated
public void terminated()Description copied from interface:GameListenerThis method is called when theGamewas terminated (just beforeSystem.exitis about to be called).- Specified by:
terminatedin interfaceGameListener
-
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:
-
started
public void started()Description copied from interface:GameListenerThis method gets called after theGame.startmethod was executed.- Specified by:
startedin interfaceGameListener- See Also:
-