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:
parent
70d6ae6d74
commit
56797840e2
6 changed files with 89 additions and 18 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue