com.objectplanet.survey.plugin.event
Class NewRespondentEvent

java.lang.Object
  extended by com.objectplanet.survey.plugin.event.PluginBusEvent
      extended by com.objectplanet.survey.plugin.event.SurveyEvent
          extended by com.objectplanet.survey.plugin.event.NewRespondentEvent

Deprecated.

public class NewRespondentEvent
extends SurveyEvent

Represents an event that is fired when a new respondent is created. 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.objectplanet.survey.plugin.event.PluginBusEvent
PluginBusEvent.NonVetoable
 
Constructor Summary
NewRespondentEvent(IPBComponent source)
          Deprecated. Creates a new event.
 
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 com.objectplanet.survey.plugin.event.SurveyEvent
getSurveyId, setSurveyId
 
Methods inherited from class com.objectplanet.survey.plugin.event.PluginBusEvent
getSource, isVetoed, paramString, toString, veto
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NewRespondentEvent

public NewRespondentEvent(IPBComponent source)
Deprecated. 
Creates a new event.

Parameters:
source - The event source
Method Detail

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

Copyright ? ObjectPlanet Inc. All Rights Reserved.

Built on December 20 2016