- java.lang.Object
-
- views.ProjectAvailableView
-
- All Implemented Interfaces:
IProjectView
public class ProjectAvailableView extends java.lang.Object implements IProjectView
TheProjectAvailableView
class implementsIProjectView
and provides methods for displaying project information when the project is available.
-
-
Constructor Summary
Constructors Constructor Description ProjectAvailableView()
Constructs an instance of theProjectAvailableView
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
-
ProjectAvailableView
public ProjectAvailableView()
Constructs an instance of theProjectAvailableView
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
-
-