Example #1
0
 public int OnRegistrationEvent(RegistrationEvent e) {
   return (getClass() == SipCallback.class)
       ? tinyWRAPJNI.SipCallback_OnRegistrationEvent(
           swigCPtr, this, RegistrationEvent.getCPtr(e), e)
       : tinyWRAPJNI.SipCallback_OnRegistrationEventSwigExplicitSipCallback(
           swigCPtr, this, RegistrationEvent.getCPtr(e), e);
 }