java.awt.datatransfer
public interface ClipboardOwner
Modifier and Type | Method and Description |
---|---|
void |
lostOwnership(Clipboard clipboard,
Transferable contents)
This method is called to notify this object that it no longer
has ownership of the specified
Clipboard . |
void lostOwnership(Clipboard clipboard, Transferable contents)
Clipboard
.clipboard
- The clipboard for which ownership was lost.contents
- The contents of the clipboard which are no longer owned.