Class Input.InputGameAdapter

java.lang.Object
de.gurkenlabs.litiengine.input.Input.InputGameAdapter
All Implemented Interfaces:
GameListener, java.util.EventListener
Enclosing class:
Input

public static final class Input.InputGameAdapter
extends java.lang.Object
implements GameListener
  • Constructor Summary

    Constructors 
    ConstructorDescription
    InputGameAdapter() 
  • Method Summary

    Modifier and TypeMethodDescription
    voidinitialized​(java.lang.String... args)
    This method gets called after the Game.init(String...) method was executed.
    voidstarted()
    This method gets called after the Game.start method was executed.
    voidterminated()
    This method is called when the Game was terminated (just before System.exit is about to be called).

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.gurkenlabs.litiengine.GameListener

    terminating