stone collection tests done
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@114 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
20b7f250da
commit
8641164929
2 changed files with 39 additions and 3 deletions
|
@ -7,6 +7,7 @@ import jrummikub.util.IEvent2;
|
|||
public class MockStoneCollectionPanel implements IStoneCollectionPanel {
|
||||
|
||||
public Event2<Stone,Boolean> stoneClickEvent = new Event2<Stone, Boolean>();
|
||||
public Event2<Stone,Boolean> setClickEvent = new Event2<Stone, Boolean>();
|
||||
|
||||
@Override
|
||||
public IEvent2<Stone, Boolean> getStoneClickEvent() {
|
||||
|
@ -21,8 +22,7 @@ public class MockStoneCollectionPanel implements IStoneCollectionPanel {
|
|||
|
||||
@Override
|
||||
public IEvent2<Stone, Boolean> getSetClickEvent() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
return setClickEvent;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue