com.objectplanet.survey.event.events
Class NewRespondentEvent
java.lang.Object
com.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.SurveyEvent
com.objectplanet.survey.event.events.NewRespondentEvent
public class NewRespondentEvent
- extends SurveyEvent
Represents an event that is fired when a new respondent is created.
- Author:
- Torgeir Lund
- Created:
- 16 November 2005
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 |
NewRespondentEvent
public NewRespondentEvent(IEventListener 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 December 20 2016