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

interface XLinguServiceEventBroadcaster

Methods' Summary
addLinguServiceEventListener  
removeLinguServiceEventListener  
Methods' Details
addLinguServiceEventListener
boolean
addLinguServiceEventListener( [in] XLinguServiceEventListener  xLstnr );

Returns
`TRUE` if the listener was successfully added, `FALSE` otherwise.
Parameter xLstnr
the listener to be added.
removeLinguServiceEventListener
boolean
removeLinguServiceEventListener( [in] XLinguServiceEventListener  xLstnr );

Returns
`TRUE` if the listener was successfully removed, `FALSE` otherwise.
Parameter xLstnr
the listener to be removed.
Top of Page