com.objectplanet.survey.event.events
Class RespondentDataFoundEvent

java.lang.Object
  extended by com.objectplanet.survey.event.Event
      extended by com.objectplanet.survey.event.events.SurveyEvent
          extended by com.objectplanet.survey.event.events.RespondentDataFoundEvent

public class RespondentDataFoundEvent
extends SurveyEvent

Represents an event that is fired URL data is found to be associated with a respondent. After receiving this event, the Respondent must be fetched from SurveyManager, to get access to the URL data.

Author:
Torgeir Lund
Created:
16 November 2005

Nested Class Summary
 
Nested classes/interfaces inherited from class com.objectplanet.survey.event.Event
Event.NonVetoable
 
Constructor Summary
RespondentDataFoundEvent(IEventListener source)
          Creates a new event.
 
Method Summary
 long getRespondentId()
          Gets the respondentId attribute of the RespondentDataFoundEvent object
 void setRespondentId(long respondentId)
          Sets the respondentId attribute of the RespondentDataFoundEvent object
 
Methods inherited from class com.objectplanet.survey.event.events.SurveyEvent
getSurveyId, setSurveyId
 
Methods inherited from class com.objectplanet.survey.event.Event
getSource, isVetoed, paramString, toString, veto
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RespondentDataFoundEvent

public RespondentDataFoundEvent(IEventListener source)
Creates a new event.

Parameters:
source - The event source
Method Detail

setRespondentId

public void setRespondentId(long respondentId)
Sets the respondentId attribute of the RespondentDataFoundEvent object

Parameters:
respondentId - The new respondentId value

getRespondentId

public long getRespondentId()
Gets the respondentId attribute of the RespondentDataFoundEvent object

Returns:
The respondentId value

Copyright ? ObjectPlanet Inc. All Rights Reserved.

Built on December 20 2016