Uses of Interface
com.google.gwt.event.dom.client.CanPlayThroughHandler
Package
Description
Types related to DOM events.
Widgets for HTML Audio and Video support.
-
Uses of CanPlayThroughHandler in com.google.gwt.event.dom.client
Modifier and TypeMethodDescriptionCanPlayThroughEvent.getAssociatedType()
static DomEvent.Type
<CanPlayThroughHandler> CanPlayThroughEvent.getType()
Gets the event type associated with media can play through events.Modifier and TypeMethodDescriptionHasCanPlayThroughHandlers.addCanPlayThroughHandler
(CanPlayThroughHandler handler) Adds aCanPlayThroughEvent
handler.protected void
CanPlayThroughEvent.dispatch
(CanPlayThroughHandler handler) -
Uses of CanPlayThroughHandler in com.google.gwt.media.client
Modifier and TypeMethodDescriptionMediaBase.addCanPlayThroughHandler
(CanPlayThroughHandler handler)