|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Allows listening to progress of manipulation with ExTransferable. So it is notified when the transferable is accepted/rejected by an operation or if it is released from a clipboard.
Method Summary | |
void |
accepted(int action)
Accepted by a drop operation. |
void |
ownershipLost()
Released from a clipboard. |
void |
rejected()
The transfer has been rejected. |
Method Detail |
public void accepted(int action)
action
- One of java.awt.dnd.DndConstants like ACTION_COPY, ACTION_MOVE,
ACTION_LINK.public void rejected()
public void ownershipLost()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |