Package view

Class CampRegisteredView

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void displayCamp​(Camp camp)
      Displays information about a specific camp.
      • Methods inherited from class java.lang.Object

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

      • CampRegisteredView

        public CampRegisteredView()
        Construct an instance of CampRegisteredView
    • Method Detail

      • displayCamp

        public void displayCamp​(Camp camp)
        Description copied from interface: ICampView
        Displays information about a specific camp.
        Specified by:
        displayCamp in interface ICampView
        Parameters:
        camp - The Camp object containing information about the camp to be displayed.