Interface ControllableIfc

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Controls getControls()
      Returns a valid instance of Controls that can be used with this ControllableIfc or null
      void setControls​(Controls controls)
      Takes in a valid instance of Controls for this class If controls is null or if it was not created by this class this method should throw an IllegalArgumentException
    • Method Detail

      • getControls

        Controls getControls()
        Returns a valid instance of Controls that can be used with this ControllableIfc or null
        Returns:
      • setControls

        void setControls​(Controls controls)
        Takes in a valid instance of Controls for this class If controls is null or if it was not created by this class this method should throw an IllegalArgumentException
        Parameters:
        controls -