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