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