public class DisplayQuestionEvent extends SurveyEvent
Event.NonVetoable
Constructor and Description |
---|
DisplayQuestionEvent(IEventListener source)
Creates a new event.
|
Modifier and Type | Method and Description |
---|---|
int |
getQuestionNo()
Gets the questionNo attribute of the ResponseBeforePopulateEvent object
|
long |
getRespondentId()
Gets the respondentId attribute of the RespondentCompleteEvent object
|
void |
setQuestionNo(int questionNo)
Sets the questionNo attribute of the ResponseBeforePopulateEvent object
|
void |
setRespondentId(long respondentId)
Sets the respondentId attribute of the RespondentCompleteEvent object
|
getSurveyId, setSurveyId
public DisplayQuestionEvent(IEventListener source)
source
- The event sourcepublic void setRespondentId(long respondentId)
respondentId
- The new respondentId valuepublic long getRespondentId()
public void setQuestionNo(int questionNo)
questionNo
- The new questionNo valuepublic int getQuestionNo()
Built on April 12 2018