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