:: com :: sun :: star :: datatransfer :: clipboard ::

interface XClipboardListener
Base Interfaces
XClipboardListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)

Methods' Summary
changedContents The content of the clipboard has changed.  
Methods' Details
changedContents
void
changedContents( [in] 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