|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SurveyUIListener
Interface SurveyUIListener specifies the interface for an object that receives user inputs from a SurveyUI.
Method Summary | |
---|---|
void |
newSurvey()
Report that the user wants to create a new survey. |
void |
setSurvey(int i)
Report that the user selected the given survey. |
void |
setVote(int i)
Report that the user voted for the given answer. |
Method Detail |
---|
void newSurvey()
void setSurvey(int i)
i
- Survey index.void setVote(int i)
i
- Answer index (0-3).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |