com.extjs.gxt.ui.client.event
Class DNDListener
java.lang.Object
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>
-
-

| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DNDListener
public DNDListener()
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)