LibreOffice
LibreOffice 24.2 SDK API Reference
Public Member Functions | List of all members
XControlNotificationListener Interface Reference

Must be implemented by dispatch objects which want to get notifications about control events. More...

import"XControlNotificationListener.idl";

Inheritance diagram for XControlNotificationListener:
XInterface

Public Member Functions

void controlEvent ([in] ControlEvent Event)
 notifies that a control event has happened More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

Must be implemented by dispatch objects which want to get notifications about control events.

Since
OOo 2.0.3

Member Function Documentation

◆ controlEvent()

void controlEvent ( [in] ControlEvent  Event)

notifies that a control event has happened

Parameters
Eventcontains the event information

The documentation for this interface was generated from the following file: