public void addSaveConfigFailedCB(ArFunctor1_CString functor, ArListPos.Pos position) {
   ArNetworkingJavaJNI.ArClientHandlerConfig_addSaveConfigFailedCB__SWIG_0(
       swigCPtr, this, ArFunctor1_CString.getCPtr(functor), functor, position.swigValue());
 }
 public void addGotConfigDefaultsCB(ArFunctor functor, ArListPos.Pos position) {
   ArNetworkingJavaJNI.ArClientHandlerConfig_addGotConfigDefaultsCB__SWIG_0(
       swigCPtr, this, ArFunctor.getCPtr(functor), functor, position.swigValue());
 }
 public void addUpdatedCallback(ArFunctor1_Int functor, ArListPos.Pos position) {
   ArNetworkingJavaJNI.ArClientFileLister_addUpdatedCallback__SWIG_0(
       swigCPtr, this, ArFunctor1_Int.getCPtr(functor), functor, position.swigValue());
 }