Interface to be implemented in order to support listener management. More...
import "XFilePickerNotifier.idl";
 
  
| Public Member Functions | |
| void | addFilePickerListener ([in] XFilePickerListener xListener) | 
| Interface for clients to register as XFilePickerListener. | |
| void | removeFilePickerListener ([in] XFilePickerListener xListener) | 
| Interface for clients to unregister as XFilePickerListener. | |
|  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. | |
Interface to be implemented in order to support listener management.
| void addFilePickerListener | ( | [in] XFilePickerListener | xListener | ) | 
Interface for clients to register as XFilePickerListener.
| xListener | The XFilePickerListener interface of the listener that wants to receive events of type FilePickerEvent. | 
Invalid interfaces or NULL values will be ignored.
| void removeFilePickerListener | ( | [in] XFilePickerListener | xListener | ) | 
Interface for clients to unregister as XFilePickerListener.
| xListener | The XFilePickerListener interface of the listener that wants to receive events of type FilePickerEvent. | 
Invalid interfaces or NULL values will be ignored.