:: 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.
|
Methods' Details |
addChangeListener
- Description
- adds the specified listener to receive the "changed" event.
- Parameter aListener
- the listener to add.
|
|
removeChangeListener
- Description
- removes the specified listener.
- Parameter aListener
- the listener to remove.
|
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.