:: com :: sun :: star :: awt ::

interface XTextListener
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::lang::XEventListener
       |  
       +--XTextListener
::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Description
makes it possible to receive text change events.

Methods' Summary
textChanged is invoked when the text has changed.  
Methods' Details
textChanged
[oneway] void
textChanged( [in] TextEvent  rEvent );

Description
is invoked when the text has changed.
Top of Page