|
|||||||||
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.PollImpressionEvent
Represents an event that is fired when a poll is displayed
Nested Class Summary |
Nested classes inherited from class com.objectplanet.survey.event.Event |
Event.NonVetoable |
Constructor Summary | |
PollImpressionEvent(IEventListener source)
Creates a new event. |
Method Summary | |
long |
getSurveyId()
Get survey (poll) id |
void |
setSurveyId(long surveyId)
Set survey (poll) id |
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 PollImpressionEvent(IEventListener source)
source
- The event sourceMethod Detail |
public long getSurveyId()
getSurveyId
in class SurveyEvent
public void setSurveyId(long surveyId)
setSurveyId
in class SurveyEvent
surveyId
- The new surveyId value
|
Copyright © ObjectPlanet Inc. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |