示例#1
0
 public void deleted(Tree pTree) {
   super.added(pTree);
   mNslVariableInput.mTextArea.append(toString() + " deleted.\n");
 }