Interface BaseController

All Known Implementing Classes:
Display, GameLoaderController, RoomController, VictoryController

public interface BaseController
Interface for basic application controller.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method used to tear down the controller when the controller is being unloaded.
  • Method Details

    • shutdown

      void shutdown()
      Method used to tear down the controller when the controller is being unloaded.