Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XChangeBroadcaster
Description
provides functionality to notify listeners of data changes.

The concrete semantics of a change (i.e. the conditions for when a change event is fired) must be specified in the service description of the providing service.

See also
XChangeListener

Methods' Summary
addChangeListener adds the specified listener to receive the "changed" event.  
removeChangeListener removes the specified listener.  
Methods' Details
addChangeListener
[oneway] void
addChangeListener( [in] XChangeListener  aListener );

Description
adds the specified listener to receive the "changed" event.
Parameter aListener
the listener to add.
See also
XChangeListener
removeChangeListener
[oneway] void
removeChangeListener( [in] XChangeListener  aListener );

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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.