Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTextListener

Base Interface
com::sun::star::lang::XEventListener

Description
makes it possible to receive text change events from a component.


Known Services which Export this Interface

com::sun::star::awt::UnoControlEdit specifies that UnoControlEdit implements an edit control based on UnoControl .

Methods' Summary

textChanged is called when the text changes.

Methods' Details

textChanged
 
[ oneway ] void
textChanged(
[ in ] com::sun::star::awt::TextEvent rEvent );

Description
is called when the text changes.

Top of Page