Class SurveySaveEvent
- 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.SurveySaveEvent
-
public class SurveySaveEvent 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 SurveySaveEvent(SurveyDetailDTO data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(SurveyAppEventHandler handler)
SurveyDetailDTO
getData()
-
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
-
-
-
-
Constructor Detail
-
SurveySaveEvent
public SurveySaveEvent(SurveyDetailDTO data)
-
-
Method Detail
-
dispatch
protected void dispatch(SurveyAppEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<SurveyAppEventHandler>
-
getData
public SurveyDetailDTO getData()
-
-