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

interface XMailMergeListener
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XMailMergeListener
Description
used to notify listeners about mail merge events.

Registered listeners will be notified with a MailMergeEvent when a document is about to get merged.

See also
MailMerge
See also
MailMergeEvent
Since version
OpenOffice.org 1.1.5

Methods' Summary
notifyMailMergeEvent Notifies the listener about mail merge events.
Methods' Details
notifyMailMergeEvent
void
notifyMailMergeEvent(
 
[in] 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