Пример #1
0
 public void remove(UrlListData urlListData, Callback<MainServerData<Object>> callback) {
   urlListInterface.remove(
       LinkBoxController.usrListData.usrKey,
       LinkBoxController.currentBox.boxKey,
       urlListData,
       callback);
 }