Package MySTARS
Class VacanciesView
java.lang.Object
MySTARS.View
MySTARS.VacanciesView
public final class VacanciesView extends View
Gives the
User
the ability to check vacancies in a Course
.
Users can also add a CourseIndex
to their own timetable.- Since:
- 2020-11-1
- Version:
- 1.0
- Author:
- Bhargav
-
Constructor Summary
Constructors Constructor Description VacanciesView()
-
Method Summary
Modifier and Type Method Description void
print()
Displays the number of vacancies in a particularCourse
orCourseIndex
to the user.
-
Constructor Details
-
VacanciesView
public VacanciesView()
-
-
Method Details
-
print
public void print()Displays the number of vacancies in a particularCourse
orCourseIndex
to the user.User
is prompted to choose aCourse
andCourseIndex
, and can choose to add it to their timetable. Required method fromView
.
-