Uses of Interface
org.silverpeas.mobile.client.apps.media.events.app.MediaAppEventHandler
-
Packages that use MediaAppEventHandler Package Description org.silverpeas.mobile.client.apps.media org.silverpeas.mobile.client.apps.media.events.app -
-
Uses of MediaAppEventHandler in org.silverpeas.mobile.client.apps.media
Classes in org.silverpeas.mobile.client.apps.media that implement MediaAppEventHandler Modifier and Type Class Description class
MediaApp
-
Uses of MediaAppEventHandler in org.silverpeas.mobile.client.apps.media.events.app
Fields in org.silverpeas.mobile.client.apps.media.events.app with type parameters of type MediaAppEventHandler Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<MediaAppEventHandler>
AbstractMediaAppEvent. TYPE
Methods in org.silverpeas.mobile.client.apps.media.events.app that return types with arguments of type MediaAppEventHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<MediaAppEventHandler>
AbstractMediaAppEvent. getAssociatedType()
Methods in org.silverpeas.mobile.client.apps.media.events.app with parameters of type MediaAppEventHandler Modifier and Type Method Description protected void
MediaPreviewLoadEvent. dispatch(MediaAppEventHandler handler)
protected void
MediasLoadMediaItemsEvent. dispatch(MediaAppEventHandler handler)
protected void
MediaViewGetNextEvent. dispatch(MediaAppEventHandler handler)
protected void
MediaViewGetPreviousEvent. dispatch(MediaAppEventHandler handler)
protected void
MediaViewShowEvent. dispatch(MediaAppEventHandler handler)
-