| Package | Description |
|---|---|
| edu.csus.ecs.pc2.api |
PC2 API.
|
| edu.csus.ecs.pc2.api.listener |
PC2 API Listeners
and Listener events.
|
| Modifier and Type | Method and Description |
|---|---|
IJudgement |
IRunJudgement.getJudgement()
Get the judgement assigned to the run by the Judges.
|
IJudgement[] |
IContest.getJudgements()
Get a list of all currently-defined (i.e., possible) judgements.
|
| Modifier and Type | Method and Description |
|---|---|
IJudgement |
ContestEvent.getJudgement()
Get the Judgement associated with events of type
ContestEvent.EventType.JUDGEMENT. |
| Constructor and Description |
|---|
ContestEvent(ContestEvent.EventType eventType,
IJudgement judgement)
Construct an event representing a change in a contest Judgement.
|