GWT 2.7.0

Uses of Interface
com.google.gwt.event.dom.client.LoadedMetadataHandler

Packages that use LoadedMetadataHandler
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
 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
 HandlerRegistration HasLoadedMetadataHandlers.addLoadedMetadataHandler(LoadedMetadataHandler handler)
          Adds a LoadedMetadataEvent 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
 HandlerRegistration MediaBase.addLoadedMetadataHandler(LoadedMetadataHandler handler)
           
 


GWT 2.7.0