com.objectplanet.survey.plugin.event
Class RespondentDataFoundEvent
java.lang.Object
com.objectplanet.survey.plugin.event.PluginBusEvent
com.objectplanet.survey.plugin.event.SurveyEvent
com.objectplanet.survey.plugin.event.RespondentDataFoundEvent
Deprecated.
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.
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:
- 25. August 2003
Method Summary |
long |
getRespondentId()
Deprecated. Gets the respondentId attribute of the RespondentDataFoundEvent object |
void |
setRespondentId(long respondentId)
Deprecated. Sets the respondentId attribute of the RespondentDataFoundEvent object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RespondentDataFoundEvent
public RespondentDataFoundEvent(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 RespondentDataFoundEvent object
- Parameters:
respondentId
- The new respondentId value
getRespondentId
public long getRespondentId()
- Deprecated.
- Gets the respondentId attribute of the RespondentDataFoundEvent object
- Returns:
- The respondentId value
Built on December 20 2016