:: com :: sun :: star :: xml :: crypto :: sax ::
|
unpublished |
interface XReferenceResolvedBroadcaster |
|
|
|
- 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.