:: com :: sun :: star :: form ::

interface XUpdateBroadcaster

Methods' Summary
addUpdateListener adds the specified listener to receive the events "approveUpdate" and "updated".  
removeUpdateListener removes the specified listener.  
Methods' Details
addUpdateListener
void
addUpdateListener( [in] XUpdateListener  aListener );

Description
adds the specified listener to receive the events "approveUpdate" and "updated".
Parameter aListener
the listener to add.
See also
XUpdateListener
removeUpdateListener
void
removeUpdateListener( [in] XUpdateListener  aListener );

Description
removes the specified listener.
Parameter aListener
the listener to remove.
See also
XUpdateListener
Top of Page