Class BaseOpenTournamentController
java.lang.Object
edu.ntnu.idatt1002.k2g05.controllers.opentournament.BaseOpenTournamentController
- Direct Known Subclasses:
FinalRegistrationController
,FinalSummaryController
,MatchRegistrationController
,MatchSummaryController
,ScoreRegistrationController
,ScoreSummaryController
Base class for new open tournament controllers to inherit from. A Open tournamnet controller is a controller that
handles somthing after a tournament is opened
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BaseOpenTournamentController
public BaseOpenTournamentController()
-