Example #1
0
 public void onTimer(OnTimerParam prm) {
   if (getClass() == Endpoint.class)
     pjsua2JNI.Endpoint_onTimer(swigCPtr, this, OnTimerParam.getCPtr(prm), prm);
   else
     pjsua2JNI.Endpoint_onTimerSwigExplicitEndpoint(
         swigCPtr, this, OnTimerParam.getCPtr(prm), prm);
 }
Example #2
0
 public void onTimer(OnTimerParam onTimerParam) {
   if (getClass() == Endpoint.class) {
     pjsua2JNI.Endpoint_onTimer(
         this.swigCPtr, this, OnTimerParam.getCPtr(onTimerParam), onTimerParam);
   } else {
     pjsua2JNI.Endpoint_onTimerSwigExplicitEndpoint(
         this.swigCPtr, this, OnTimerParam.getCPtr(onTimerParam), onTimerParam);
   }
 }