- java.lang.Object
-
- views.RequestChangeProjectTitleView
-
- All Implemented Interfaces:
IRequestView
public class RequestChangeProjectTitleView extends java.lang.Object implements IRequestView
TheRequestChangeProjectTitleView
class implementsIRequestView
and provides methods for displaying request information related to changing a project's title.
-
-
Constructor Summary
Constructors Constructor Description RequestChangeProjectTitleView()
Constructs an instance of theRequestChangeProjectTitleView
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
-
RequestChangeProjectTitleView
public RequestChangeProjectTitleView()
Constructs an instance of theRequestChangeProjectTitleView
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
-
-