PropertyChangeListenerProxy Constructors

Definition

Overloads

PropertyChangeListenerProxy(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

PropertyChangeListenerProxy(String, IPropertyChangeListener)

Constructor which binds the PropertyChangeListener to a specific property.

PropertyChangeListenerProxy(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected PropertyChangeListenerProxy (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Beans.PropertyChangeListenerProxy : nativeint * Android.Runtime.JniHandleOwnership -> Java.Beans.PropertyChangeListenerProxy

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

PropertyChangeListenerProxy(String, IPropertyChangeListener)

Constructor which binds the PropertyChangeListener to a specific property.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", "")]
public PropertyChangeListenerProxy (string? propertyName, Java.Beans.IPropertyChangeListener? listener);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V", "")>]
new Java.Beans.PropertyChangeListenerProxy : string * Java.Beans.IPropertyChangeListener -> Java.Beans.PropertyChangeListenerProxy

Parameters

propertyName
String

the name of the property to listen on

listener
IPropertyChangeListener

the listener object

Attributes

Remarks

Constructor which binds the PropertyChangeListener to a specific property.

Java documentation for java.beans.PropertyChangeListenerProxy.PropertyChangeListenerProxy(java.lang.String, java.beans.PropertyChangeListener).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to