Class MyProfileController

    • Constructor Detail

      • MyProfileController

        public MyProfileController​(ProfileFragment fragment,
                                   GameController gameController)
        This initializes the controller with its corresponding fragment
        Parameters:
        fragment - This is the fragment the controller manages
        gameController - The game controller that controls the global view
    • Method Detail

      • handleContactButtonClick

        public void handleContactButtonClick()
        Description copied from class: ProfileController
        This handles the action to take when the contact info button is clicked. Either displaying the contact information or rendering the edit details fragment.
        Specified by:
        handleContactButtonClick in class ProfileController