public abstract class QuestionPopup
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) Question |
question
The Question that the popup is referring to
|
| Constructor and Description |
|---|
QuestionPopup() |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract void |
close()
This method will close the popup dialogue for
the specified question
|
(package private) abstract void |
displayQuestion()
This method will open the popup dialogue for
the specified question
|
Question question