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

interface XModifyBroadcaster

Methods' Summary
addModifyListener adds the specified listener to receive events "modified."  
removeModifyListener removes the specified listener.  
Methods' Details
addModifyListener
void
addModifyListener( [in] XModifyListener  aListener );

Description
adds the specified listener to receive events "modified."
removeModifyListener
void
removeModifyListener( [in] XModifyListener  aListener );

Description
removes the specified listener.
Top of Page