Uses of Interface
com.google.gwt.event.dom.client.CanPlayThroughHandler
Packages that use 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
Methods in com.google.gwt.event.dom.client that return types with arguments of type CanPlayThroughHandlerModifier and TypeMethodDescriptionCanPlayThroughEvent.getAssociatedType()static DomEvent.Type<CanPlayThroughHandler> CanPlayThroughEvent.getType()Gets the event type associated with media can play through events.Methods in com.google.gwt.event.dom.client with parameters of type CanPlayThroughHandlerModifier and TypeMethodDescriptionHasCanPlayThroughHandlers.addCanPlayThroughHandler(CanPlayThroughHandler handler) Adds aCanPlayThroughEventhandler.protected voidCanPlayThroughEvent.dispatch(CanPlayThroughHandler handler) -
Uses of CanPlayThroughHandler in com.google.gwt.media.client
Methods in com.google.gwt.media.client with parameters of type CanPlayThroughHandlerModifier and TypeMethodDescriptionMediaBase.addCanPlayThroughHandler(CanPlayThroughHandler handler)