protected void onUninventorySuccess() {
   refresh(true);
   // refresh the entire gui so it encompasses any relevant tree view. Don't just call
   // this.refresh(),
   // because CoreGUI.refresh is more comprehensive.
   CoreGUI.refresh();
 }