interface XTextListener in module com::sun::star::awt::

(Global Index)

Syntax

interface XTextListener : com::sun::star::lang::XEventListener ;

Description

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

Method Summary

textChanged is called when the text changes.

Known Services Which Export this Interface

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

Method Details



textChanged

Syntax

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

Description

is called when the text changes.

Top of Page