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
public class MediaApp extends App implements NavigationEventHandler, MediaAppEventHandler
-
-
Constructor Summary
Constructors Constructor Description MediaApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappInstanceChanged(NavigationAppInstanceChangedEvent event)voidloadAlbums(MediasLoadMediaItemsEvent event)voidloadMediaPreview(MediaPreviewLoadEvent event)voidloadMediaShow(MediaViewShowEvent mediaViewShowEvent)voidnextMediaView(MediaViewGetNextEvent mediaViewNextEvent)voidprevMediaView(MediaViewGetPreviousEvent mediaViewPreviousEvent)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
-
startWithContent
public void startWithContent(ContentDTO content)
- Overrides:
startWithContentin classApp
-
loadMediaShow
public void loadMediaShow(MediaViewShowEvent mediaViewShowEvent)
- Specified by:
loadMediaShowin interfaceMediaAppEventHandler
-
appInstanceChanged
public void appInstanceChanged(NavigationAppInstanceChangedEvent event)
- Specified by:
appInstanceChangedin interfaceNavigationEventHandler
-
showContent
public void showContent(NavigationShowContentEvent event)
- Specified by:
showContentin interfaceNavigationEventHandler- Overrides:
showContentin classApp
-
loadAlbums
public void loadAlbums(MediasLoadMediaItemsEvent event)
- Specified by:
loadAlbumsin interfaceMediaAppEventHandler
-
loadMediaPreview
public void loadMediaPreview(MediaPreviewLoadEvent event)
- Specified by:
loadMediaPreviewin interfaceMediaAppEventHandler
-
nextMediaView
public void nextMediaView(MediaViewGetNextEvent mediaViewNextEvent)
- Specified by:
nextMediaViewin interfaceMediaAppEventHandler
-
prevMediaView
public void prevMediaView(MediaViewGetPreviousEvent mediaViewPreviousEvent)
- Specified by:
prevMediaViewin interfaceMediaAppEventHandler
-
-