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
- public class RespondentCompleteEvent
- extends SurveyEvent
Represents an event that is fired when a respondent completes a survey.
- Author:
- Torgeir Lund
- Created:
- 9. september 2002
Method Summary |
long |
getRespondentId()
Gets the respondentId attribute of the RespondentCompleteEvent object |
void |
setRespondentId(long respondentId)
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)
- Creates a new event.
- Parameters:
source
- The event source
setRespondentId
public void setRespondentId(long respondentId)
- Sets the respondentId attribute of the RespondentCompleteEvent object
- Parameters:
respondentId
- The new respondentId value
getRespondentId
public long getRespondentId()
- Gets the respondentId attribute of the RespondentCompleteEvent object
- Returns:
- The respondentId value
Built on May 7 2003