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

interface XDictionaryListEventListener
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XEventListener
    |
    +-XDictionaryListEventListener
Description
This interfaces allows the object to act according to dictionary-list events.

This interface is the base class for all dictionary-list event listeners. Its single function will be called by the broadcasting dictionary-list in order to notify its registered listeners.

See also
unknown ?
DictionaryListEvent
See also
unknown ?
XDictionaryList

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
unknown ?
DictionaryListEvent
Top of Page