-
- All Known Implementing Classes:
ProjectAllocatedView
,ProjectAvailableView
,ProjectSubmittedView
public interface IProjectView
TheIProjectView
interface defines a contract for displaying project information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
displayProjectInfo(Project project)
Displays information about the given project.
-