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

interface 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.

Since
OOo 1.1.2
See also
MailMerge, MailMergeEvent

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