|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.event.DNDListener
public class DNDListener
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 |
---|
public DNDListener()
Method Detail |
---|
public void handleEvent(DNDEvent e)
Listener
handleEvent
in interface Listener<DNDEvent>
e
- the event which occurredpublic void dragMove(DNDEvent e)
public void dragStart(DNDEvent e)
public void dragEnter(DNDEvent e)
public void dragLeave(DNDEvent e)
public void dragDrop(DNDEvent e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |