public static interface Interview.Observer
Modifier and Type | Method and Description |
---|---|
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.
|
void currentQuestionChanged(Question q)
q
- the new current questionvoid pathUpdated()
Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.