|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IClarification | |
---|---|
edu.csus.ecs.pc2.api | PC2 API. |
Uses of IClarification in edu.csus.ecs.pc2.api |
---|
Methods in edu.csus.ecs.pc2.api that return IClarification | |
---|---|
IClarification[] |
IContest.getClarifications()
Get a list of all the clarifications in the contest. |
Methods in edu.csus.ecs.pc2.api with parameters of type IClarification | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |