|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Interview.Observer
An observer interface for receiving notifications as the state of the interview is updated.
Method Summary | |
---|---|
void |
currentQuestionChanged(Question q)
Invoked when the current question in the interview has been changed. |
void |
pathUpdated()
Invoked when the set of questions in the current path has been changed. |
Method Detail |
---|
void currentQuestionChanged(Question q)
q
- the new current questionvoid pathUpdated()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |