Package com.google.gwt.event.dom.client
Interface HasCanPlayThroughHandlers
-
- All Superinterfaces:
HasHandlers
- All Known Subinterfaces:
HasAllMediaHandlers
public interface HasCanPlayThroughHandlers extends HasHandlers
A widget that implements this interface provides registration forCanPlayThroughHandlerinstances.Experimental API: This API is still under development and is subject to change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HandlerRegistrationaddCanPlayThroughHandler(CanPlayThroughHandler handler)Adds aCanPlayThroughEventhandler.-
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
-
-
-
Method Detail
-
addCanPlayThroughHandler
HandlerRegistration addCanPlayThroughHandler(CanPlayThroughHandler handler)
Adds aCanPlayThroughEventhandler.- Parameters:
handler- the media CanPlayThrough handler- Returns:
HandlerRegistrationused to remove this handler
-
-