21module
com { module sun { module star { module ui { module dialogs {
base interface for all event listeners interfaces.
Definition XEventListener.idl:27
Interface to be implemented by a FilePicker listener.
Definition XFilePickerListener.idl:32
void controlStateChanged([in] FilePickerEvent aEvent)
A client receives this event if the state of a control within the FilePicker service dialog changes.
string helpRequested([in] FilePickerEvent aEvent)
A client receives this event if the F1 key or the help button was pressed.
void fileSelectionChanged([in] FilePickerEvent aEvent)
A client receives this event if the file selection within the FilePicker service dialog changes.
void dialogSizeChanged()
A client receives this event if the size of the FilePicker dialog has changed.
void directoryChanged([in] FilePickerEvent aEvent)
A client receives this event if the directory selection within the FilePicker dialog changes.
Definition Ambiguous.idl:20
Context information in case of a FilePicker event.
Definition FilePickerEvent.idl:27