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