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 TypeMethodDescriptionvoid
Called when CanPlayThroughEvent is fired.
-
Method Details
-
onCanPlayThrough
Called when CanPlayThroughEvent is fired.- Parameters:
event
- theCanPlayThroughEvent
that was fired
-