:: com :: sun :: star :: linguistic2 ::

interface XDictionaryListEventListener
Base Interfaces
XDictionaryListEventListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)

Methods' Summary
processDictionaryListEvent is used to notify the object about dictionary-list events.  
Methods' Details
processDictionaryListEvent
void
processDictionaryListEvent( [in] DictionaryListEvent  aDicListEvent );

Description
is used to notify the object about dictionary-list events.
Parameter aDicListEvent
the event to be notified of.
See also
DictionaryListEvent
Top of Page