Neuer Button im WinPanel mit funktion
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@309 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
eb7ccb46c5
commit
794777c2fe
7 changed files with 159 additions and 69 deletions
|
@ -39,6 +39,9 @@ public class MockView implements IView {
|
|||
/** */
|
||||
public MockEvent newRoundEvent = new MockEvent();
|
||||
|
||||
/** */
|
||||
public MockEvent newGameEvent = new MockEvent();
|
||||
|
||||
@Override
|
||||
public MockTablePanel getTablePanel() {
|
||||
return tablePanel;
|
||||
|
@ -80,7 +83,7 @@ public class MockView implements IView {
|
|||
}
|
||||
|
||||
@Override
|
||||
public IEvent getFinalScoreEvent() {
|
||||
public IEvent getEndProgramEvent() {
|
||||
return quitEvent;
|
||||
}
|
||||
|
||||
|
@ -123,4 +126,9 @@ public class MockView implements IView {
|
|||
|
||||
}
|
||||
|
||||
@Override
|
||||
public IEvent getNewGameEvent() {
|
||||
return newGameEvent;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue