Syntax
interface XPropertyStateChangeListener : com::sun::star::lang::XEventListener ;
Description
receives events which get fired whenever the state of a bound
property is changed.
Method Details
|
|
Syntax
- void propertyStateChange
(
- com::sun::star::beans::PropertyStateChangeEvent aEvent );
Description
gets called when a bound property's state is changed.
Parameter aEvent
-
describes the event source and the property that has changed.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.