com.objectplanet.survey.plugin.event
Class SurveyEvent
java.lang.Object
com.objectplanet.survey.plugin.event.PluginBusEvent
com.objectplanet.survey.plugin.event.SurveyEvent
- Direct Known Subclasses:
- DisplayQuestionEvent, NewRespondentEvent, PreSurveyPageEvent, RespondentCompleteEvent, RespondentDataFoundEvent, ResponseEvent, SurveySaveEvent
Deprecated.
public class SurveyEvent
- extends PluginBusEvent
This class represents a survey event.
This class is deprecated. Use the new event mechanism in the
com.objectplanet.survey.event and com.objectplanet.survey.event.events package.
- Author:
- Torgeir Punnerud
- Created:
- Fri Aug 30 15:40:45 CEST 2002
Method Summary |
long |
getSurveyId()
Deprecated. Gets the surveyId attribute of the SurveyEvent object |
void |
setSurveyId(long surveyId)
Deprecated. Sets the surveyId attribute of the SurveyEvent object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SurveyEvent
public SurveyEvent(IPBComponent source)
- Deprecated.
- Creates a new survey event.
- Parameters:
source
- The message source
setSurveyId
public void setSurveyId(long surveyId)
- Deprecated.
- Sets the surveyId attribute of the SurveyEvent object
- Parameters:
surveyId
- The new surveyId value
getSurveyId
public long getSurveyId()
- Deprecated.
- Gets the surveyId attribute of the SurveyEvent object
- Returns:
- The surveyId value
Built on December 20 2016