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