- java.lang.Object
-
- views.ProjectSubmittedView
-
- All Implemented Interfaces:
IProjectView
public class ProjectSubmittedView extends java.lang.Object implements IProjectView
TheProjectSubmittedViewclass implementsIProjectViewand provides methods for displaying project information when the project is submitted.
-
-
Constructor Summary
Constructors Constructor Description ProjectSubmittedView()Constructs an instance of theProjectSubmittedViewclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisplayProjectInfo(Project project)Displays information about the given project.
-
-
-
Constructor Detail
-
ProjectSubmittedView
public ProjectSubmittedView()
Constructs an instance of theProjectSubmittedViewclass.
-
-
Method Detail
-
displayProjectInfo
public void displayProjectInfo(Project project)
Description copied from interface:IProjectViewDisplays information about the given project.- Specified by:
displayProjectInfoin interfaceIProjectView- Parameters:
project- theProjectobject whose information should be displayed
-
-