Interface MediaAppEventHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- All Known Implementing Classes:
MediaApp
public interface MediaAppEventHandler extends com.google.gwt.event.shared.EventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadAlbums(MediasLoadMediaItemsEvent event)voidloadMediaPreview(MediaPreviewLoadEvent event)voidloadMediaShow(MediaViewShowEvent mediaViewShowEvent)voidnextMediaView(MediaViewGetNextEvent mediaViewNextEvent)voidprevMediaView(MediaViewGetPreviousEvent mediaViePreviousEvent)
-
-
-
Method Detail
-
loadAlbums
void loadAlbums(MediasLoadMediaItemsEvent event)
-
loadMediaPreview
void loadMediaPreview(MediaPreviewLoadEvent event)
-
nextMediaView
void nextMediaView(MediaViewGetNextEvent mediaViewNextEvent)
-
prevMediaView
void prevMediaView(MediaViewGetPreviousEvent mediaViePreviousEvent)
-
loadMediaShow
void loadMediaShow(MediaViewShowEvent mediaViewShowEvent)
-
-