Example usage for com.google.gwt.event.dom.client DragDropEventBase subclass-usage

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

Introduction

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

Usage

From source file thothbot.parallax.core.client.context.Context3dLostEvent.java

/**
 * Represents a native webgl context lost event.
 *
 * @author hao1300@gmail.com
 */
public class Context3dLostEvent extends DragDropEventBase<Context3dLostHandler> {