java.awt.datatransfer
Interface ClipboardOwner
- All Known Implementing Classes:
- StringSelection
public interface ClipboardOwner
This interface is for classes that will own a clipboard object.
|
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. |
lostOwnership
void lostOwnership(Clipboard clipboard,
Transferable contents)
- This method is called to notify this object that it no longer
has ownership of the specified
Clipboard.
- Parameters:
clipboard - The clipboard for which ownership was lost.contents - The contents of the clipboard which are no longer owned.