interface XDictionaryListEventListener in module com::sun::star::linguistic2::

(Global Index)

Syntax

interface XDictionaryListEventListener : 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

DictionaryListEvent

See also

XDictionaryList

Method Summary

processDictionaryListEvent is used to notify the object about dictionary-list events.

Method Details



processDictionaryListEvent

Syntax

void processDictionaryListEvent (
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

DictionaryListEvent
Top of Page