Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XDictionaryListEventListener

Base Interface
com::sun::star::lang::XEventListener

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 ] com::sun::star::linguistic2::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