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

interface XClipboardListener
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XEventListener
    |
    +-XClipboardListener
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