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

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

interface XModifyBroadcaster

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

Description
broadcasts each modification made on its data.

The modified object must post the modification events immediately after the modification is performed.



Known Services which Export this Interface

com::sun::star::form::FormController specifies the view representation of a form.
com::sun::star::form::control::GridControl describes a table-like control for displaying data.

Methods' Summary

addModifyListener adds the specified listener to receive events "modified."
removeModifyListener removes the specified listener.

Methods' Details

addModifyListener
 
[ oneway ] void
addModifyListener(
[ in ] com::sun::star::util::XModifyListener aListener );

Description
adds the specified listener to receive events "modified."
removeModifyListener
 
[ oneway ] void
removeModifyListener(
[ in ] com::sun::star::util::XModifyListener aListener );

Description
removes the specified listener.

Top of Page