Viele viele Kommentare, einige zu lange oder zu komplexe Methoden gefixt
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@417 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
6ac71b62e3
commit
ce7d43e365
15 changed files with 298 additions and 135 deletions
|
@ -52,7 +52,7 @@ public abstract class AbstractTurnControl implements ITurnControl {
|
|||
this.settings = settings;
|
||||
this.view = view;
|
||||
if (timer == null) {
|
||||
timer = new TurnTimer(view, settings.getTime());
|
||||
timer = new TurnTimer(view, settings.getTotalTime());
|
||||
}
|
||||
connections.add(timer.getTimeRunOutEvent().add(new IListener() {
|
||||
@Override
|
||||
|
|
Reference in a new issue