interface XChangeListener in module com::sun::star::form:: |
interface XChangeListener : com::sun::star::lang::XEventListener ;
is the listener interface for receiving "changed" events.
A "changed" event should be fired if the context of the component has been changed. For example a text field in HTML fires a "changed" event if the text of the field has been modified and the field loses its focus.
The moment when the event occurs must be specified in the service description of the providing service.
Method Summary |
|
changed | is invoked when the context of a component has been changed. |
Method Details |
||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.