Esempio n. 1
0
 public void tagRemove(
     UrlListData urlListData, TagListData tagListData, Callback<MainServerData<Object>> callback) {
   urlListInterface.tagRemove(
       LinkBoxController.usrListData.usrKey,
       LinkBoxController.currentBox.boxKey,
       urlListData.urlKey,
       tagListData,
       callback);
 }