:: com :: sun :: star :: form ::
|
interface XUpdateBroadcaster |
|
- Description
- is the broadcaster interface for sending "approveUpdate" and "updated" events.
The component supporting this interface must do approval calls
(XUpdateListener::approveUpdate) immediately
before the data is updated, and notification calls
(XUpdateListener::updated) immediately afterwards.
|
Methods' Details |
addUpdateListener
- Description
- adds the specified listener to receive the events "approveUpdate"
and "updated".
- Parameter aListener
- the listener to add.
|
|
removeUpdateListener
- Description
- removes the specified listener.
- Parameter aListener
- the listener to remove.
|
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.