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