Interface TournamentCoverage
public interface TournamentCoverage
Defines methods used to access tournament coverage information
-
Method Summary
Modifier and TypeMethodDescriptionbooleanAn indication if live coverage is available
-
Method Details
-
isLiveCoverage
boolean isLiveCoverage()An indication if live coverage is available- Returns:
trueif the live coverage is available; otherwisefalse
-