Class GameLoaderController

java.lang.Object
com.adventure.controllers.GameLoaderController
All Implemented Interfaces:
BaseController

public class GameLoaderController extends Object implements BaseController
Controller used to handle game loading for the first time during application lifetime.
  • Constructor Details

    • GameLoaderController

      public GameLoaderController()
  • Method Details

    • initialize

      public void initialize()
    • shutdown

      public void shutdown()
      Description copied from interface: BaseController
      Method used to tear down the controller when the controller is being unloaded.
      Specified by:
      shutdown in interface BaseController