コード例 #1
0
ファイル: Room.java プロジェクト: pjskyboy/freesundance
 public void rename(String name) {
   chat.renameRoom(this, name);
   this.name = name;
 }