Uses of Interface
com.google.gwt.event.dom.client.CanPlayThroughHandler
-
Packages that use CanPlayThroughHandler 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 CanPlayThroughHandler in com.google.gwt.event.dom.client
Methods in com.google.gwt.event.dom.client that return types with arguments of type CanPlayThroughHandler Modifier and Type Method Description DomEvent.Type<CanPlayThroughHandler>CanPlayThroughEvent. 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 CanPlayThroughHandler Modifier and Type Method Description HandlerRegistrationHasCanPlayThroughHandlers. 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 CanPlayThroughHandler Modifier and Type Method Description HandlerRegistrationMediaBase. addCanPlayThroughHandler(CanPlayThroughHandler handler)
-