java.awt.datatransfer

Interface ClipboardOwner

public interface ClipboardOwner

This interface is for classes that will own a clipboard object.
Method Summary
voidlostOwnership(Clipboard clipboard, Transferable contents)
This method is called to notify this object that it no longer has ownership of the specified Clipboard.

Method Detail

lostOwnership

public 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.