Package com.google.gwt.event.dom.client
Interface HasCanPlayThroughHandlers
- All Superinterfaces:
HasHandlers
- All Known Subinterfaces:
HasAllMediaHandlers
A widget that implements this interface provides registration for
CanPlayThroughHandler
instances.
Experimental API: This API is still under development and is subject to change.
-
Method Summary
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addCanPlayThroughHandler
Adds aCanPlayThroughEvent
handler.- Parameters:
handler
- the media CanPlayThrough handler- Returns:
HandlerRegistration
used to remove this handler
-