Class Game

  • All Implemented Interfaces:
    ApplicationListener

    public abstract class Game
    extends java.lang.Object
    implements ApplicationListener

    An ApplicationListener that delegates to a Screen. This allows an application to easily have multiple screens.

    Screens are not disposed automatically. You must handle whether you want to keep screens around or dispose of them when another screen is set.