com.allen_sauer.gwt.dnd.demo.client
Class DragDropDemo

java.lang.Object
  extended by com.allen_sauer.gwt.dnd.demo.client.DragDropDemo
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public final class DragDropDemo
extends java.lang.Object
implements com.google.gwt.core.client.EntryPoint

EntryPoint class for demonstrating and testing gwt-dnd.


Constructor Summary
DragDropDemo()
           
 
Method Summary
 void onModuleLoad()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragDropDemo

public DragDropDemo()
Method Detail

onModuleLoad

public void onModuleLoad()
Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint