:: com :: sun :: star :: xml :: crypto :: sax ::
|
interface XReferenceResolvedBroadcaster |
- Base Interfaces
::com::sun::star::uno::XInterface
|
+--XReferenceResolvedBroadcaster
::com::sun::star::uno::XInterface |
- (referenced interface's summary:)
- base interface of all UNO interfaces
|
|
- Usage Restrictions
- not published
- Description
-
* Interface of Reference Resolved Broadcaster.
*
* This interface is used to manipulate reference resolved listener.
|
Methods' Details |
addReferenceResolvedListener
- Description
-
* Adds a new reference resolved listener for a element collector.
*
* When the element collector has completely collected that element,
* this listener will receive a notification.
*
*
- Parameter referenceId
- the id of the element collector for which
* the new listener is added
*
- Parameter listener
- the listener to be added
|
|
removeReferenceResolvedListener
- Description
-
* Removes a listener from a element collector.
*
* When a listener is removed, it will not receive notification when
* collection completes.
*
*
- Parameter referenceId
- the id of the element collector from which
* the listener is removed
*
- Parameter listener
- the listener to be removed
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.