public void processStateChange(OnCallStateParam prm) { pjsua2PINVOKE.Call_processStateChange(swigCPtr, OnCallStateParam.getCPtr(prm)); if (pjsua2PINVOKE.SWIGPendingException.Pending) { throw pjsua2PINVOKE.SWIGPendingException.Retrieve(); } }
public virtual void onCallState(OnCallStateParam prm) { pjsua2PINVOKE.Call_onCallState(swigCPtr, OnCallStateParam.getCPtr(prm)); if (pjsua2PINVOKE.SWIGPendingException.Pending) { throw pjsua2PINVOKE.SWIGPendingException.Retrieve(); } }
public virtual void onCallState(OnCallStateParam prm) { if (SwigDerivedClassHasMethod("onCallState", swigMethodTypes0)) { pjsua2PINVOKE.Call_onCallStateSwigExplicitCall(swigCPtr, OnCallStateParam.getCPtr(prm)); } else { pjsua2PINVOKE.Call_onCallState(swigCPtr, OnCallStateParam.getCPtr(prm)); } if (pjsua2PINVOKE.SWIGPendingException.Pending) { throw pjsua2PINVOKE.SWIGPendingException.Retrieve(); } }