Vishwanath17 / words-battle

Automatically exported from code.google.com/p/words-battle
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Создать классы message, letter, word и другие используемые в коммуникации #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Создать классы message, letter, word и другие 
используемые в коммуникации

Original issue reported on code.google.com by DanichBl...@gmail.com on 21 May 2012 at 5:01

GoogleCodeExporter commented 8 years ago
В ревизии 47 (http://code.google.com/p/words-battle/source/detail?r=47) 
реализованы классы Letter и Word. Их ключевые 
фичи: Letter автоматически получает новый id в 
конструкторе с помощью статического 
приватного метода, а Word наследует ArrayList<Letter>

Original comment by nifigager@gmail.com on 25 May 2012 at 12:26

GoogleCodeExporter commented 8 years ago
r50: добавил ServerMessage, ClientMessage (для них еще enum 
ServerMessageType, ClientMessageType), еще LetterPool extends 
ArrayList<Letter> (по аналогии с Word).

Original comment by nifigager@gmail.com on 26 May 2012 at 2:58