List of usage examples for com.google.gwt.event.dom.client CanPlayThroughHandler onCanPlayThrough
void onCanPlayThrough(CanPlayThroughEvent event);
From source file:com.google.code.gwt.html5.media.client.event.CanPlayThroughEvent.java
License:Apache License
@Override protected void dispatch(CanPlayThroughHandler handler) { handler.onCanPlayThrough(this); }