:: com :: sun :: star :: text ::

interface XMailMergeListener
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XMailMergeListener
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
used to notify listeners about mail merge events.

Registered listeners will be notified with a ::com::sun::star::text::MailMergeEvent when a document is about to get merged.

See also
::com::sun::star::text::MailMerge
See also
::com::sun::star::text::MailMergeEvent
Since
OpenOffice 1.1.2

Methods' Summary
notifyMailMergeEvent Notifies the listener about mail merge events.  
Methods' Details
notifyMailMergeEvent
void
notifyMailMergeEvent( [in] ::com::sun::star::text::MailMergeEvent  aEvent );

Description
Notifies the listener about mail merge events.
Parameter aEvent
The Event containing the model of the document to be merged that is send to the listener.
Top of Page