Beispiel #1
0
 public void addInputListener(InputListener lis)
 {
     BitesPINVOKE.ApplicationContextBase_addInputListener__SWIG_1(swigCPtr, InputListener.getCPtr(lis));
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }