ClipboardOwner

Name

ClipboardOwner

[Graphic: Figure from the text]

Description

ClipboardOwner 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 Methods

lostOwnership

public abstract void lostOwnership (Clipboard clipboard, Transferable contents)

See Also

Clipboard, StringSelection, Transferable