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

interface XTextListener
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XEventListener
    |
    +-XTextListener
Description
makes it possible to receive text change events from a component.

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

Description
is called when the text changes.
Top of Page