interface XClipboardOwner in module com::sun::star::datatransfer::clipboard::

(Global Index)

Syntax

interface XClipboardOwner : com::sun::star::uno::XInterface ;

Description

The owner of a transferable object may pass this interface to the clipboard instance.

See also

XClipboard

Method Summary

lostOwnership Notifies the tranferable object source that it is no longer the owner of the clipboard.

Method Details



lostOwnership

Syntax

oneway void lostOwnership (
com::sun::star::datatransfer::clipboard::XClipboard xClipboard,
com::sun::star::datatransfer::clipboard::XTransferable xTrans );

Description

Notifies the tranferable object source that it is no longer the owner of the clipboard.

Parameter xClipboard

The clipboard for which the ownership was lost.

Parameter xTrans

The transferable object that has been the contents of the clipboard.

See also

XClipboard

See also

XTransferable
Top of Page