Uses of Interface
com.google.gwt.event.dom.client.LoadedMetadataHandler
-
Packages that use LoadedMetadataHandler Package Description com.google.gwt.event.dom.client Types related to DOM events.com.google.gwt.media.client Widgets for HTML Audio and Video support. -
-
Uses of LoadedMetadataHandler in com.google.gwt.event.dom.client
Methods in com.google.gwt.event.dom.client that return types with arguments of type LoadedMetadataHandler Modifier and Type Method Description DomEvent.Type<LoadedMetadataHandler>
LoadedMetadataEvent. getAssociatedType()
static DomEvent.Type<LoadedMetadataHandler>
LoadedMetadataEvent. getType()
Gets the event type associated with media loadedmetadata events.Methods in com.google.gwt.event.dom.client with parameters of type LoadedMetadataHandler Modifier and Type Method Description HandlerRegistration
HasLoadedMetadataHandlers. addLoadedMetadataHandler(LoadedMetadataHandler handler)
Adds aLoadedMetadataEvent
handler.protected void
LoadedMetadataEvent. dispatch(LoadedMetadataHandler handler)
-
Uses of LoadedMetadataHandler in com.google.gwt.media.client
Methods in com.google.gwt.media.client with parameters of type LoadedMetadataHandler Modifier and Type Method Description HandlerRegistration
MediaBase. addLoadedMetadataHandler(LoadedMetadataHandler handler)
-