- All Known Implementing Classes:
Display
,GameLoaderController
,RoomController
,VictoryController
public interface BaseController
Interface for basic application controller.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
shutdown()
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.
-