Class HeadlessReplayCleanupGame

java.lang.Object
com.badlogic.gdx.Game
com.prineside.tdi2.Game
com.prineside.tdi2.HeadlessReplayCleanupGame
All Implemented Interfaces:
com.badlogic.gdx.ApplicationListener

public class HeadlessReplayCleanupGame extends Game
  • Constructor Details

    • HeadlessReplayCleanupGame

      public HeadlessReplayCleanupGame(ActionResolver actionResolver)
  • Method Details

    • getRequestInterval

      public int getRequestInterval()
    • checkServerHalted

      public boolean checkServerHalted()
    • writeServerStatus

      public void writeServerStatus(String status)
    • create

      public void create()
      Description copied from interface: com.badlogic.gdx.ApplicationListener
      Called when the Application is first created.
      Specified by:
      create in interface com.badlogic.gdx.ApplicationListener
      Overrides:
      create in class Game