com.extjs.gxt.ui.client.event
Class DNDListener

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.DNDListener
All Implemented Interfaces:
Listener<DNDEvent>, java.util.EventListener

public class DNDListener
extends java.lang.Object
implements Listener<DNDEvent>


Constructor Summary
DNDListener()
           
 
Method Summary
 void dragDrop(DNDEvent e)
           
 void dragEnter(DNDEvent e)
           
 void dragLeave(DNDEvent e)
           
 void dragMove(DNDEvent e)
           
 void dragStart(DNDEvent e)
           
 void handleEvent(DNDEvent e)
          Sent when an event that the listener has registered for occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DNDListener

public DNDListener()
Method Detail

handleEvent

public void handleEvent(DNDEvent e)
Description copied from interface: Listener
Sent when an event that the listener has registered for occurs.

Specified by:
handleEvent in interface Listener<DNDEvent>
Parameters:
e - the event which occurred

dragMove

public void dragMove(DNDEvent e)

dragStart

public void dragStart(DNDEvent e)

dragEnter

public void dragEnter(DNDEvent e)

dragLeave

public void dragLeave(DNDEvent e)

dragDrop

public void dragDrop(DNDEvent e)