Package controllers

Class Controller

    • Constructor Summary

      Constructors 
      Constructor Description
      Controller()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void renderView()
      Renders the view
      void setView​(View view)
      Sets the view instance
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Controller

        public Controller()
    • Method Detail

      • setView

        public void setView​(View view)
        Sets the view instance
        Parameters:
        view - A view instance
      • renderView

        public void renderView()
        Renders the view