:: com :: sun :: star :: xml :: crypto :: sax ::

interface XReferenceResolvedListener
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XReferenceResolvedListener
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
not published
Description
* Interface of Reference Resolved Listener. *

* This interface is used to receive the collection completion notification for a element * collector.


Methods' Summary
referenceResolved * Notifies an element has been collected by an element collector. * *  
Methods' Details
referenceResolved
void
referenceResolved( [in] long  referenceId )
raises( ::com::sun::star::uno::Exception );

Description
* Notifies an element has been collected by an element collector. * *
Parameter referenceId
the id of the element collector
Top of Page