Class MediaApp
java.lang.Object
org.silverpeas.mobile.client.common.app.App
org.silverpeas.mobile.client.apps.media.MediaApp
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler,MediaAppEventHandler,NavigationEventHandler,AppEventHandler
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidloadMediaShow(MediaViewShowEvent mediaViewShowEvent) voidnextMediaView(MediaViewGetNextEvent mediaViewNextEvent) voidprevMediaView(MediaViewGetPreviousEvent mediaViewPreviousEvent) voidvoidstart()voidstartWithContent(ContentDTO content) voidstop()Methods inherited from class org.silverpeas.mobile.client.common.app.App
getApplicationInstance, getAppName, getMainPage, isStopLoading, receiveEvent, setApplicationInstance, setMainPage, setStopLoading, stopLoadingDataEvent
-
Constructor Details
-
MediaApp
public MediaApp()
-
-
Method Details
-
start
public void start() -
loadMediaShow
- Specified by:
loadMediaShowin interfaceMediaAppEventHandler
-
stop
public void stop() -
loadAlbums
- Specified by:
loadAlbumsin interfaceMediaAppEventHandler
-
loadMediaPreview
- Specified by:
loadMediaPreviewin interfaceMediaAppEventHandler
-
nextMediaView
- Specified by:
nextMediaViewin interfaceMediaAppEventHandler
-
prevMediaView
- Specified by:
prevMediaViewin interfaceMediaAppEventHandler
-