com :: sun :: star :: ui :: dialogs :: interface XFilePickerNotifier
- Base Interface
- com::sun::star::uno::XInterface
- Description
- Interface to be implemented in order to support listener management.
Methods' Details
|
- addFilePickerListener
-  
- [ oneway ] void
addFilePickerListener(
-
- Description
- Interface for clients to register as XFilePickerListener
- Parameter xListener
-
The XFilePickerListener interface of the listener that
wants to receive events of type FilePickerEvent .
Invalid interfaces or NULL values will be ignored.
|
- removeFilePickerListener
-  
- [ oneway ] void
removeFilePickerListener(
-
- Description
- Interface for clients to unregister as XFilePickerListener.
- Parameter xListener
-
The XFilePickerListener interface of the listener that
wants to receive events of type FilePickerEvent .
Invalid interfaces or NULL values will be ignored.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.