UDK 3.2.7 Java API Reference

com.sun.star.lib.uno.helper
Class PropertySetMixin.BoundListeners

java.lang.Object
  extended by 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)

Constructor Summary
PropertySetMixin.BoundListeners()
          The constructor.
 
Method Summary
 void notifyListeners()
          Notifies any com.sun.star.beans.XPropertyChangeListeners.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySetMixin.BoundListeners

public PropertySetMixin.BoundListeners()
The constructor.

Method Detail

notifyListeners

public void notifyListeners()
Notifies any com.sun.star.beans.XPropertyChangeListeners.

See Also:
PropertySetMixin.prepareSet(String, Object, Object, PropertySetMixin.BoundListeners)

UDK 3.2.7 Java API Reference