Package com.google.gwt.event.dom.client
Interface CanPlayThroughHandler
- All Superinterfaces:
EventHandler
Handler interface for
CanPlayThroughEvent events.
Experimental API: This API is still under development and is subject to change.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when CanPlayThroughEvent is fired.
-
Method Details
-
onCanPlayThrough
Called when CanPlayThroughEvent is fired.- Parameters:
event- theCanPlayThroughEventthat was fired
-