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

(Global Index)

Syntax

interface XClipboardListener : com::sun::star::lang::XEventListener ;

Description

Interface to be implemented to receive notifications on clipboard content changes.

Method Summary

changedContents The content of the clipboard has changed.

Method Details



changedContents

Syntax

oneway void changedContents (
com::sun::star::datatransfer::clipboard::ClipboardEvent event );

Description

The content of the clipboard has changed.

Parameter event

The event object containing the new clipboard content.

See also

ClipboardEvent
Top of Page