|
Clearspace API (2.5.22) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QuestionListener
A QuestionListener gets notified anytime a question event is fired. Concrete implementations of this class must have a zero argument constructor.
| Method Summary | |
|---|---|
void |
correctAnswerAdded(QuestionEvent event)
Fired when a correct answer has been added to the question. |
void |
helpfulAnswerAdded(QuestionEvent event)
Fired when a correct answer has been added to the question. |
void |
propertyModified(QuestionEvent event)
Fired when an extended property of a question is added, modified, or deleted. |
void |
questionAdded(QuestionEvent event)
Fired when a question has been added to the system. |
void |
questionDeleted(QuestionEvent event)
Fired when a question is about to be deleted from the system. |
void |
questionStateModified(QuestionEvent event)
Fired when the resolution state of a question changes. |
| Method Detail |
|---|
void questionAdded(QuestionEvent event)
event - the event object.void questionDeleted(QuestionEvent event)
event - the event object.void questionStateModified(QuestionEvent event)
event - the event object.void correctAnswerAdded(QuestionEvent event)
event - the event object.void helpfulAnswerAdded(QuestionEvent event)
event - the event object.void propertyModified(QuestionEvent event)
event - the event object.
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||