interface XDataEditorListener in module com::sun::star::util::

(Global Index)

Syntax

interface XDataEditorListener : com::sun::star::uno::XInterface ;

Description

makes it possible to receive status change events from an XDataEditor .

Method Summary

updateDataEditorState is called when the state of a connected XDataEditor changes.

Method Details



updateDataEditorState

Syntax

void updateDataEditorState (
com::sun::star::util::DataEditorEvent event );

Description

is called when the state of a connected XDataEditor changes.

Top of Page