Package | Description |
---|---|
com.sun.star.lib.uno.helper |
Modifier and Type | Method and Description |
---|---|
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) . |