Display game list in GameListPanel

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@407 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Matthias Schiffer 2011-06-11 00:41:06 +02:00
parent cc4797fd8b
commit e176dc4608
5 changed files with 173 additions and 42 deletions

View file

@ -26,4 +26,22 @@ public class MockGameListPanel implements IGameListPanel {
return joinEvent;
}
@Override
public void removeGame(GameData game) {
// TODO Auto-generated method stub
}
@Override
public void addGame(GameData game) {
// TODO Auto-generated method stub
}
@Override
public void setChannelName(String name) {
// TODO Auto-generated method stub
}
}