public class QuestionUpdatedEvent extends AdminEvent
Event.NonVetoable| Constructor and Description |
|---|
QuestionUpdatedEvent(IEventListener source)
Creates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getQuestionNo() |
long |
getSurveyId() |
void |
setQuestionNo(int questionNo) |
void |
setSurveyId(long surveyId) |
getLogin, getUserId, setLogin, setUserIdpublic QuestionUpdatedEvent(IEventListener source)
source - The event sourcepublic int getQuestionNo()
public void setQuestionNo(int questionNo)
questionNo - the questionNo to setpublic long getSurveyId()
public void setSurveyId(long surveyId)
surveyId - the surveyId to setBuilt on July 29 2025