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

interface XDataEditorListener
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XDataEditorListener
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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