/// <summary>
 /// Called when a signal is connected.
 /// </summary>
 /// <param name="slotObserver">The slot observer i.e. a signal. Ownership is not passed</param>
 /// <param name="callback">The call back. Ownership is not passed</param>
 /// <since_tizen> 4 </since_tizen>
 public virtual void SignalConnected(SlotObserver slotObserver, SWIGTYPE_p_CallbackBase callback)
 {
     Interop.ConnectionTracker.ConnectionTrackerInterface_SignalConnected(swigCPtr, SlotObserver.getCPtr(slotObserver), SWIGTYPE_p_CallbackBase.getCPtr(callback));
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 /// <summary>
 /// This method is called when the signal is disconnecting.
 /// </summary>
 /// <param name="slotObserver">The signal that has disconnected</param>
 /// <param name="callback">The callback attached to the signal disconnected</param>
 /// <since_tizen> 4 </since_tizen>
 public virtual void SignalDisconnected(SlotObserver slotObserver, SWIGTYPE_p_Dali__CallbackBase callback)
 {
     NDalicPINVOKE.SignalObserver_SignalDisconnected(swigCPtr, SlotObserver.getCPtr(slotObserver), SWIGTYPE_p_Dali__CallbackBase.getCPtr(callback));
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
 internal virtual void SignalDisconnected(SlotObserver slotObserver, SWIGTYPE_p_Dali__CallbackBase callback)
 {
 }
示例#4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SlotObserver obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }