AlterOffice
AlterOffice 2026.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
XMultiEntryClipboardListener.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the AlterOffice project.
4  */
5 
6 
7 module com { module sun { module star { module datatransfer { module multientryclipboard {
8 
13 {
21  void changedContents( [in] MultiEntryClipboardEvent event );
22 };
23 
24 
25 }; }; }; }; };
26 
27 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
base interface for all event listeners interfaces.
Definition: XEventListener.idl:26
Interface to be implemented to receive notifications on multientryclipboard content changes...
Definition: XMultiEntryClipboardListener.idl:12
A multi entry clipboard uses this object to notify its listeners of content changes.
Definition: MultiEntryClipboardEvent.idl:13