Example usage for com.google.gwt.dom.client EventTarget subclass-usage

List of usage examples for com.google.gwt.dom.client EventTarget subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.dom.client EventTarget subclass-usage.

Usage

From source file com.seanchenxi.gwt.file.client.FileReaderNative.java

/**
 * User: Xi
 */
public class FileReaderNative extends EventTarget {

    protected FileReaderNative() {

From source file com.seanchenxi.gwt.webrtc.client.connection.RTCPeerConnectionNative.java

/**
 * User : Xi
 * @see : http://www.w3.org/TR/webrtc/#rtcpeerconnection-interface
 */
public final class RTCPeerConnectionNative extends EventTarget {

From source file com.seanchenxi.gwt.webrtc.client.media.MediaStreamNative.java

/**
 * User: Xi
 * @see: http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastream
 */
public class MediaStreamNative extends EventTarget {

From source file com.seanchenxi.gwt.webrtc.client.media.MediaStreamTrack.java

/**
 * User: Xi
 * @see: http://dev.w3.org/2011/webrtc/editor/getusermedia.html#idl-def-MediaStreamTrack
 */
public class MediaStreamTrack extends EventTarget {

From source file com.seanchenxi.gwt.websocket.client.WebSocketNative.java

/**
 * User : Xi
 * @see : http://www.w3.org/TR/websockets/
 */
final class WebSocketNative extends EventTarget {

From source file org.vectomatic.dom.svg.OMSVGElementInstance.java

/**
 * <p>For each <a href='http://www.w3.org/TR/SVG11/struct.html#UseElement'
 * title='use element specification'>use</a> element, the SVG DOM maintains
 * a shadow tree (the "instance tree") of objects of type {@link org.vectomatic.dom.svg.OMSVGElementInstance}.
 * An {@link org.vectomatic.dom.svg.OMSVGElementInstance} represents a single
 * node in the instance tree. The root object in the instance tree is pointed