LibreOffice
LibreOffice 24.2 SDK API Reference
|
Must be implemented by dispatch objects which want to get notifications about control events. More...
import"XControlNotificationListener.idl";
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... | |
Must be implemented by dispatch objects which want to get notifications about control events.
void controlEvent | ( | [in] ControlEvent | Event | ) |
notifies that a control event has happened
Event | contains the event information |