程序包 | 说明 |
---|---|
com.sun.star.lib.uno.helper |
限定符和类型 | 方法和说明 |
---|---|
void |
PropertySetMixin.prepareSet(String propertyName,
Object oldValue,
Object newValue,
PropertySetMixin.BoundListeners bound)
A method used by clients when implementing UNO interface type attribute
setter functions.
|
void |
PropertySetMixin.prepareSet(String propertyName,
PropertySetMixin.BoundListeners bound)
A simplified version of
PropertySetMixin.prepareSet(String, Object, Object,
PropertySetMixin.BoundListeners) . |