Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XClipboardListener

Base Interface
com::sun::star::lang::XEventListener

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 ] 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
com::sun::star::datatransfer::clipboard::ClipboardEvent

Top of Page