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, setUserId
public 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 April 12 2018