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.
|
Modifier and Type | Method and Description |
---|---|
DomEvent.Type<LoadedMetadataHandler> |
LoadedMetadataEvent.getAssociatedType() |
static DomEvent.Type<LoadedMetadataHandler> |
LoadedMetadataEvent.getType()
Gets the event type associated with media loadedmetadata events.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
HasLoadedMetadataHandlers.addLoadedMetadataHandler(LoadedMetadataHandler handler)
Adds a
LoadedMetadataEvent handler. |
protected void |
LoadedMetadataEvent.dispatch(LoadedMetadataHandler handler) |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
MediaBase.addLoadedMetadataHandler(LoadedMetadataHandler handler) |