public virtual void AddListener(FloatArrayListener newListener)
 {
     SharingClientPINVOKE.FloatArrayElement_AddListener(swigCPtr, FloatArrayListener.getCPtr(newListener));
 }
 public virtual void RemoveListener(FloatArrayListener oldListener)
 {
     SharingClientPINVOKE.FloatArrayElement_RemoveListener(swigCPtr, FloatArrayListener.getCPtr(oldListener));
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FloatArrayListener obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }