Class SurveyLoadEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<SurveyAppEventHandler>
-
- org.silverpeas.mobile.client.apps.survey.events.app.AbstractSurveyAppEvent
-
- org.silverpeas.mobile.client.apps.survey.events.app.SurveyLoadEvent
-
public class SurveyLoadEvent extends AbstractSurveyAppEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
-
Fields inherited from class org.silverpeas.mobile.client.apps.survey.events.app.AbstractSurveyAppEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description SurveyLoadEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(SurveyAppEventHandler handler)
String
getId()
void
setId(String id)
-
Methods inherited from class org.silverpeas.mobile.client.apps.survey.events.app.AbstractSurveyAppEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Method Detail
-
dispatch
protected void dispatch(SurveyAppEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<SurveyAppEventHandler>
-
getId
public String getId()
-
setId
public void setId(String id)
-
-