| LibreOffice
    LibreOffice 25.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 | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
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 |