Class SurveyApp
- java.lang.Object
-
- org.silverpeas.mobile.client.common.app.App
-
- org.silverpeas.mobile.client.apps.survey.SurveyApp
-
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler,NavigationEventHandler,SurveyAppEventHandler,AppEventHandler
public class SurveyApp extends App implements SurveyAppEventHandler, NavigationEventHandler
-
-
Constructor Summary
Constructors Constructor Description SurveyApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappInstanceChanged(NavigationAppInstanceChangedEvent event)voidloadSurvey(SurveyLoadEvent event)voidloadSurveys(SurveysLoadEvent event)voidsaveSurvey(SurveySaveEvent event)voidshowContent(NavigationShowContentEvent event)voidstart()voidstartWithContent(ContentDTO content)voidstop()-
Methods inherited from class org.silverpeas.mobile.client.common.app.App
getApplicationInstance, getAppName, getMainPage, isStopLoading, receiveEvent, setApplicationInstance, setMainPage, setStopLoading, stopLoadingDataEvent
-
-
-
-
Method Detail
-
appInstanceChanged
public void appInstanceChanged(NavigationAppInstanceChangedEvent event)
- Specified by:
appInstanceChangedin interfaceNavigationEventHandler
-
showContent
public void showContent(NavigationShowContentEvent event)
- Specified by:
showContentin interfaceNavigationEventHandler- Overrides:
showContentin classApp
-
startWithContent
public void startWithContent(ContentDTO content)
- Overrides:
startWithContentin classApp
-
loadSurveys
public void loadSurveys(SurveysLoadEvent event)
- Specified by:
loadSurveysin interfaceSurveyAppEventHandler
-
loadSurvey
public void loadSurvey(SurveyLoadEvent event)
- Specified by:
loadSurveyin interfaceSurveyAppEventHandler
-
saveSurvey
public void saveSurvey(SurveySaveEvent event)
- Specified by:
saveSurveyin interfaceSurveyAppEventHandler
-
-