Package com.google.gwt.event.dom.client
Interface CanPlayThroughHandler
-
- All Superinterfaces:
EventHandler
public interface CanPlayThroughHandler extends EventHandler
Handler interface forCanPlayThroughEvent
events.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 void
onCanPlayThrough(CanPlayThroughEvent event)
Called when CanPlayThroughEvent is fired.
-
-
-
Method Detail
-
onCanPlayThrough
void onCanPlayThrough(CanPlayThroughEvent event)
Called when CanPlayThroughEvent is fired.- Parameters:
event
- theCanPlayThroughEvent
that was fired
-
-