ClipboardOwnerNameClipboardOwner
DescriptionClipboardOwner is implemented by classes that want to be notified when someone else sets the contents of a clipboard. Interface Definition
public abstract interface java.awt.datatransfer.ClipboardOwner { // Interface Methods public abstract void lostOwnership (Clipboard clipboard, Transferable contents); } Interface MethodslostOwnershippublic abstract void lostOwnership (Clipboard clipboard, Transferable contents)
See AlsoClipboard, StringSelection, Transferable |
|