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

interface XMailMergeListener

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