UDK 3.2.0 Java API Reference

com.sun.star.lib.uno.helper
クラス PropertySetMixin.BoundListeners

java.lang.Object
  拡張com.sun.star.lib.uno.helper.PropertySetMixin.BoundListeners
含まれているクラス:
PropertySetMixin

public static final class PropertySetMixin.BoundListeners
extends Object

A class used by clients of PropertySetMixin when implementing UNO interface type attribute setter functions.

関連項目:
PropertySetMixin.prepareSet(String, Object, Object, PropertySetMixin.BoundListeners)

コンストラクタの概要
PropertySetMixin.BoundListeners()
          The constructor.
 
メソッドの概要
 void notifyListeners()
          Notifies any com.sun.star.beans.XPropertyChangeListeners.
 
クラス 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.XPropertyChangeListeners.

関連項目:
PropertySetMixin.prepareSet(String, Object, Object, PropertySetMixin.BoundListeners)

UDK 3.2.0 Java API Reference