:: com :: sun :: star :: configuration :: backend ::
|
interface XBackendChangesNotifier |
- Base Interfaces
::com::sun::star::uno::XInterface
|
+--XBackendChangesNotifier
::com::sun::star::uno::XInterface |
- (referenced interface's summary:)
- base interface of all UNO interfaces
|
|
- Usage Restrictions
- not published
- Description
- broadcasts changes when data from backend sources has changed.
- See also
- XBackendChangesListener
|
Methods' Details |
addChangesListener
- Description
- adds the specified listener to receive events when changes occured.
- Parameter aListener
-
specifies the listener object.
- Parameter component
-
The name of the component the listener is monitoring changes for.
|
|
removeChangesListener
- Description
- removes the specified listener.
- Parameter aListener
-
specifies the listener object.
- Parameter component
-
The name of the component the listener is monitoring changes for.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.