Example usage for com.google.gwt.event.dom.client LoadedMetadataHandler onLoadedMetadata

List of usage examples for com.google.gwt.event.dom.client LoadedMetadataHandler onLoadedMetadata

Introduction

In this page you can find the example usage for com.google.gwt.event.dom.client LoadedMetadataHandler onLoadedMetadata.

Prototype

void onLoadedMetadata(LoadedMetadataEvent event);

Source Link

Document

Called when LoadedMetadataEvent is fired.

Usage

From source file:com.google.code.gwt.html5.media.client.event.LoadedMetadataEvent.java

License:Apache License

@Override
protected void dispatch(LoadedMetadataHandler handler) {
    handler.onLoadedMetadata(this);
}