Disable player panel while settings panel is shown

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@313 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Matthias Schiffer 2011-05-29 21:19:20 +02:00
parent e4a1246f01
commit d6b8b23c6d
5 changed files with 106 additions and 47 deletions

View file

@ -131,4 +131,10 @@ public class MockView implements IView {
return newGameEvent;
}
@Override
public void showInterface(boolean enable) {
// TODO Auto-generated method stub
}
}