Beispiel #1
0
 private void onFailed(String msg) {
   if (null != mCallbackListener) {
     mCallbackListener.onFailed(msg);
   }
 }