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