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

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

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Description
Interface to be implemented to receive notifications on clipboard content changes.

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