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<CanPlayThroughHandler> |
CanPlayThroughEvent.getAssociatedType() |
static DomEvent.Type<CanPlayThroughHandler> |
CanPlayThroughEvent.getType()
Gets the event type associated with media can play through events.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
HasCanPlayThroughHandlers.addCanPlayThroughHandler(CanPlayThroughHandler handler)
Adds a
CanPlayThroughEvent handler. |
protected void |
CanPlayThroughEvent.dispatch(CanPlayThroughHandler handler) |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
MediaBase.addCanPlayThroughHandler(CanPlayThroughHandler handler) |