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 voidprint()Displays the number of vacancies in a particularCourseorCourseIndexto the user.
-
Constructor Details
-
VacanciesView
public VacanciesView()
-
-
Method Details
-
print
public void print()Displays the number of vacancies in a particularCourseorCourseIndexto the user.Useris prompted to choose aCourseandCourseIndex, and can choose to add it to their timetable. Required method fromView.
-