public interface TransferListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
accepted(int action)
Accepted by a drop operation.
|
void |
ownershipLost()
Released from a clipboard.
|
void |
rejected()
The transfer has been rejected.
|