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

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

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

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