Buttons im Settings panel sind richtig im netzwerk und außerhalb

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@421 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Ida Massow 2011-06-13 18:22:57 +02:00
parent 70d6ae6d74
commit 56797840e2
6 changed files with 89 additions and 18 deletions

View file

@ -72,6 +72,7 @@ public class MockSettingsPanel implements ISettingsPanel {
public int highestValue;
/** */
public Set<StoneColor> stoneColors;
private MockEvent backEvent = new MockEvent();
@Override
public IEvent getAddPlayerEvent() {
@ -186,4 +187,15 @@ public class MockSettingsPanel implements ISettingsPanel {
public IEvent getSetVariantChildrenEvent() {
return setVariantChildrenEvent;
}
@Override
public void enableNetworkMode(boolean enable) {
// TODO Auto-generated method stub
}
@Override
public IEvent getBackEvent() {
return backEvent;
}
}