| Package | Description |
|---|---|
| com.sun.star.lib.uno.helper |
| Modifier and Type | Method | Description |
|---|---|---|
void |
PropertySetMixin.prepareSet(String propertyName,
PropertySetMixin.BoundListeners bound) |
A simplified version of
PropertySetMixin.prepareSet(String, Object, Object,
PropertySetMixin.BoundListeners). |
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.
|