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

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

::com::sun::star::lang::XEventListener
(referenced interface's summary:)

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

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