- java.lang.Object
-
- views.RequestAllocateProjectView
-
- All Implemented Interfaces:
IRequestView
public class RequestAllocateProjectView extends java.lang.Object implements IRequestView
TheRequestAllocateProjectViewclass implementsIRequestViewand provides methods for displaying request information related to allocating a project to a student.
-
-
Constructor Summary
Constructors Constructor Description RequestAllocateProjectView()Constructs an instance of theRequestAllocateProjectViewclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisplayRequestInfo(Request request)Displays information about the given request.
-
-
-
Constructor Detail
-
RequestAllocateProjectView
public RequestAllocateProjectView()
Constructs an instance of theRequestAllocateProjectViewclass.
-
-
Method Detail
-
displayRequestInfo
public void displayRequestInfo(Request request)
Description copied from interface:IRequestViewDisplays information about the given request.- Specified by:
displayRequestInfoin interfaceIRequestView- Parameters:
request- theRequestobject whose information should be displayed
-
-