GWT 2.7.0

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

Packages that use CanPlayThroughHandler
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
 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
 HandlerRegistration HasCanPlayThroughHandlers.addCanPlayThroughHandler(CanPlayThroughHandler handler)
          Adds a CanPlayThroughEvent handler.
protected  void CanPlayThroughEvent.dispatch(CanPlayThroughHandler handler)
           
 

Uses of CanPlayThroughHandler in com.google.gwt.media.client
 

Methods in com.google.gwt.media.client with parameters of type CanPlayThroughHandler
 HandlerRegistration MediaBase.addCanPlayThroughHandler(CanPlayThroughHandler handler)
           
 


GWT 2.7.0