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

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

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Description
is used to inform listeners about LinguServiceEvents.

The function of this interface is used by the ::com::sun::star::linguistic2::XLinguServiceEventBroadcaster to inform its listeners about the ::com::sun::star::linguistic2::LinguServiceEvent s.

See also
unknown ?

Methods' Summary
processLinguServiceEvent  
Methods' Details
processLinguServiceEvent
void
processLinguServiceEvent( [in] ::com::sun::star::linguistic2::LinguServiceEvent  aLngSvcEvent );

Description
Parameter aLngSvcEvent
the event the listener will be informed about.
Top of Page