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