mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
bug5867: removed course areas from LeaderboardBase again; Event still has getLeaderboards()
This commit is contained in:
-9
@@ -13,13 +13,4 @@ public interface LeaderboardBase extends Named, WithQualifiedObjectIdentifier {
|
||||
void addLeaderboardChangeListener(LeaderboardChangeListener listener);
|
||||
|
||||
void removeLeaderboardChangeListener(LeaderboardChangeListener listener);
|
||||
|
||||
/**
|
||||
* Gets the course areas that the races of this leaderboard are expected to be run on. This can, e.g., be used to
|
||||
* implement a filter when retrieving leaderboards from an event.
|
||||
*
|
||||
* @return the {@link CourseArea} objects on which races of this leaderboard may run; always valid, never
|
||||
* {@code null}, but may be empty
|
||||
*/
|
||||
Iterable<CourseArea> getCourseAreas();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user