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

(Global Index)

Syntax

interface XLinguServiceEventListener : com::sun::star::lang::XEventListener ;

Description

is used to inform listeners about LinguServiceEvents.

The function of this interface is used by the XLinguServiceEventBroadcaster to inform its listeners about the LinguServiceEvent s.

See also

XLinguServiceManager

Method Summary

processLinguServiceEvent

Method Details



processLinguServiceEvent

Syntax

void processLinguServiceEvent (
com::sun::star::linguistic2::LinguServiceEvent aLngSvcEvent );

Description

Parameter aLngSvcEvent

the event the listener will be informed about.
Top of Page