public class QuestionDeletedEvent extends AdminEvent
Event.NonVetoable
Constructor and Description |
---|
QuestionDeletedEvent(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, setUserId
public QuestionDeletedEvent(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 October 18 2017