Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.datatransfer

Interface ClipboardOwner

java.lang.Object
|
+--java.awt.datatransfer.ClipboardOwner


public interface ClipboardOwner

This interface is for classes that will own a clipboard object.

Author:

Method Summary

voidlostOwnership(java.awt.datatransfer.Clipboard clipboard, java.awt.datatransfer.Transferable contents)

This method is called to notify this object that it no longer has ownership of the specified Clipboard.

Method Details

lostOwnership

public void lostOwnership(java.awt.datatransfer.Clipboard clipboard, java.awt.datatransfer.Transferable contents)

This method is called to notify this object that it no longer has ownership of the specified Clipboard.

Parameters: