Test redealing in RoundControl
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@286 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
531fe57b17
commit
f7743efa7d
4 changed files with 49 additions and 13 deletions
|
@ -42,5 +42,5 @@ public interface IPlayerPanel {
|
|||
*
|
||||
* @return the event
|
||||
*/
|
||||
IEvent getRedealEvent();
|
||||
public IEvent getRedealEvent();
|
||||
}
|
||||
|
|
|
@ -79,7 +79,7 @@ public interface IView {
|
|||
*
|
||||
* @return the event
|
||||
*/
|
||||
IEvent getFinalScoreEvent();
|
||||
public IEvent getFinalScoreEvent();
|
||||
|
||||
/**
|
||||
* The new round event is emitted when the player wants to start a new round
|
||||
|
|
Reference in a new issue