- java.lang.Object
-
- views.ProjectAvailableView
-
- All Implemented Interfaces:
IProjectView
public class ProjectAvailableView extends java.lang.Object implements IProjectView
TheProjectAvailableViewclass implementsIProjectViewand provides methods for displaying project information when the project is available.
-
-
Constructor Summary
Constructors Constructor Description ProjectAvailableView()Constructs an instance of theProjectAvailableViewclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisplayProjectInfo(Project project)Displays information about the given project.
-
-
-
Constructor Detail
-
ProjectAvailableView
public ProjectAvailableView()
Constructs an instance of theProjectAvailableViewclass.
-
-
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
-
-