Mini-Korrektur
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@359 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
640a1e0fb6
commit
6bc5405bbf
1 changed files with 2 additions and 2 deletions
|
@ -34,14 +34,14 @@ public interface ITurnControl {
|
||||||
*
|
*
|
||||||
* @return end of turn event
|
* @return end of turn event
|
||||||
*/
|
*/
|
||||||
public abstract IEvent getEndOfTurnEvent();
|
public IEvent getEndOfTurnEvent();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Emitted when the round is aborted and needs to be restarted
|
* Emitted when the round is aborted and needs to be restarted
|
||||||
*
|
*
|
||||||
* @return the event
|
* @return the event
|
||||||
*/
|
*/
|
||||||
public abstract Event getRedealEvent();
|
public IEvent getRedealEvent();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Start the turn
|
* Start the turn
|
||||||
|
|
Reference in a new issue