Language
The Free and Open Productivity Suite
PropertySetMixin.BoundListeners (Java UNO Runtime Reference)
com.sun.star.lib.uno.helper
Class PropertySetMixin.BoundListeners
java.lang.Object
com.sun.star.lib.uno.helper.PropertySetMixin.BoundListeners
- Enclosing class:
- PropertySetMixin
public static final class PropertySetMixin.BoundListeners
- extends Object
A class used by clients of PropertySetMixin
when implementing UNO
interface type attribute setter functions.
- See Also:
PropertySetMixin.prepareSet(String, Object, Object, PropertySetMixin.BoundListeners)
Method Summary |
void |
notifyListeners()
Notifies any
com.sun.star.beans.XPropertyChangeListener s. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertySetMixin.BoundListeners
public PropertySetMixin.BoundListeners()
- The constructor.
notifyListeners
public void notifyListeners()
- Notifies any
com.sun.star.beans.XPropertyChangeListener
s.
- See Also:
PropertySetMixin.prepareSet(String, Object, Object,
PropertySetMixin.BoundListeners)