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

interface XDataEditorListener
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XDataEditorListener
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] DataEditorEvent
 
event );

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