|
||||||||||
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 IClarification
void clarificationRemoved(IClarification clarification)
clarification
- the deleted IClarification
void clarificationAnswered(IClarification clarification)
clarification
- - the answered IClarification
void clarificationUpdated(IClarification clarification)
clarification
- the changed IClarification
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |