示例#1
0
 /** When the TransactionClient goes into the "Completed" state receiving a 2xx response */
 public void onTransSuccessResponse(TransactionClient tc, Message resp) {
   printLog("onTransSuccessResponse()", LogLevel.MEDIUM);
   StatusLine status_line = resp.getStatusLine();
   if (listener != null)
     listener.onDlgNotificationSuccess(this, status_line.getCode(), status_line.getReason(), resp);
 }