|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IClarificationEventListener
This interface describes the set of methods that any Clarification Listener must implement.
| Method Summary | |
|---|---|
void |
clarificationAdded(IClarification clarification)
New Clarification submitted. |
void |
clarificationAnswered(IClarification clarification)
Clarification answered by judge. |
void |
clarificationRemoved(IClarification clarification)
Invoked when an existing clarification has been removed from the contest (marked as deleted by the Contest Administrator). |
void |
clarificationUpdated(IClarification clarification)
Invoked when clarification edited/changed. |
| Method Detail |
|---|
void clarificationAdded(IClarification clarification)
clarification - - the added IClarificationvoid clarificationRemoved(IClarification clarification)
clarification - the deleted IClarificationvoid clarificationAnswered(IClarification clarification)
clarification - - the answered IClarificationvoid clarificationUpdated(IClarification clarification)
clarification - the changed IClarification
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||