|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.SurveyEvent
com.objectplanet.survey.event.events.PreSurveyPageEvent
Represents an event that is fired before a survey page is displayed/accessed.
| Nested Class Summary |
| Nested classes inherited from class com.objectplanet.survey.event.Event |
Event.NonVetoable |
| Constructor Summary | |
PreSurveyPageEvent(IEventListener source)
Creates a new event. |
|
| Method Summary | |
java.util.HashMap |
getResources()
Gets the Resources object. |
long |
getRespondentId()
Returns the respondent id for this event. |
void |
setResources(java.util.HashMap resources)
Sets the resources Object. |
void |
setRespondentId(long respondentId)
Sets the value of respondentId. |
| 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 |
public PreSurveyPageEvent(IEventListener source)
source - The event source| Method Detail |
public void setResources(java.util.HashMap resources)
public java.util.HashMap getResources()
public void setRespondentId(long respondentId)
respondentId - The new value for respondentId.public long getRespondentId()
|
Copyright © ObjectPlanet Inc. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||