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