|
org.openide.util 8.6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransferListener
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 |
---|
void accepted(int action)
action
- One of java.awt.dnd.DndConstants like ACTION_COPY, ACTION_MOVE,
ACTION_LINK.void rejected()
void ownershipLost()
|
org.openide.util 8.6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |