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

com :: sun :: star :: util ::

interface XDataEditorListener

Base Interface
com::sun::star::uno::XInterface

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


Methods' Summary

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

Methods' Details

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

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

Top of Page