com.objectplanet.survey.plugin.event
Class RespondentCompleteEvent
java.lang.Object
com.objectplanet.survey.plugin.event.PluginBusEvent
com.objectplanet.survey.plugin.event.SurveyEvent
com.objectplanet.survey.plugin.event.RespondentCompleteEvent
Deprecated.
public class RespondentCompleteEvent
- extends SurveyEvent
Represents an event that is fired when a respondent completes a survey.
This class is deprecated. Use the new event mechanism in the
com.objectplanet.survey.event and com.objectplanet.survey.event.events package.
- Author:
- Torgeir Lund
- Created:
- 9. september 2002
Method Summary |
long |
getRespondentId()
Deprecated. Gets the respondentId attribute of the RespondentCompleteEvent object |
void |
setRespondentId(long respondentId)
Deprecated. Sets the respondentId attribute of the RespondentCompleteEvent object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RespondentCompleteEvent
public RespondentCompleteEvent(IPBComponent source)
- Deprecated.
- Creates a new event.
- Parameters:
source
- The event source
setRespondentId
public void setRespondentId(long respondentId)
- Deprecated.
- Sets the respondentId attribute of the RespondentCompleteEvent object
- Parameters:
respondentId
- The new respondentId value
getRespondentId
public long getRespondentId()
- Deprecated.
- Gets the respondentId attribute of the RespondentCompleteEvent object
- Returns:
- The respondentId value
Built on December 20 2016