Ejemplo n.º 1
0
 /**
  * 提交数据库命令
  *
  * @param cmd
  */
 public void submit(DbCommand cmd) {
   mDbDispatcher.submit(cmd);
 }