コード例 #1
0
ファイル: Node.java プロジェクト: DeadlyFugu/Elesmyr_OLD
 public void onClose() {
   for (Node child : children) child.onClose();
 }