Test initial display of hand stones
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@133 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
75f1382b82
commit
16da68b0ae
3 changed files with 35 additions and 4 deletions
|
@ -9,6 +9,7 @@ import jrummikub.util.Pair;
|
|||
|
||||
public class MockHandPanel implements IHandPanel {
|
||||
public Event2<Stone, Boolean> stoneClickEvent = new Event2<Stone, Boolean>();
|
||||
public Iterable<Pair<Stone, Position>> stones;
|
||||
|
||||
@Override
|
||||
public IEvent2<Stone, Boolean> getStoneClickEvent() {
|
||||
|
@ -35,8 +36,7 @@ public class MockHandPanel implements IHandPanel {
|
|||
|
||||
@Override
|
||||
public void setStones(Iterable<Pair<Stone, Position>> stones) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
this.stones = stones;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue