Round Control letzter Kommentar

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@217 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Ida Massow 2011-05-10 04:07:49 +02:00
parent 6e986232ff
commit 5df9b9cc4b

View file

@ -41,6 +41,11 @@ public class RoundControl {
this.view = view;
}
/**
* End the round
*
* @return endRoundEvent
*/
public IEvent getEndRoundEvent() {
return endRoundEvent;
}