| Package | Description |
|---|---|
| edu.csus.ecs.pc2.api |
PC2 API.
|
| Modifier and Type | Method and Description |
|---|---|
IClarification[] |
IContest.getClarifications()
Get a list of all the clarifications in the contest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IClarificationEventListener.clarificationAdded(IClarification clarification)
New Clarification submitted.
|
void |
IClarificationEventListener.clarificationAnswered(IClarification clarification)
Clarification answered by judge.
|
void |
IClarificationEventListener.clarificationRemoved(IClarification clarification)
Invoked when an existing clarification has been removed from the contest (marked as deleted by the Contest Administrator).
|
void |
IClarificationEventListener.clarificationUpdated(IClarification clarification)
Invoked when clarification edited/changed.
|