public interface Score
Modifier and Type | Interface and Description |
---|---|
static class |
Score.PeriodType |
Modifier and Type | Method and Description |
---|---|
int |
getAwayScore()
Returns the away team score
|
int |
getHomeScore()
Returns the home score
|
int |
getPeriodNumber()
Returns the period number this score is for (or -1 if it is for a non-numbered period (e.g.
|
Score.PeriodType |
getPeriodType()
Returns the period type
|
int getHomeScore()
int getAwayScore()
int getPeriodNumber()
Score.PeriodType getPeriodType()
Copyright © 2016–2017. All rights reserved.