Class VictoryController

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

public class VictoryController extends Object implements BaseController
Controller used in victory view.
  • Constructor Details

    • VictoryController

      public VictoryController()
  • 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