|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jrummikub.control.RoundControl
public class RoundControl
Controller that manages a single round of rummikub
Constructor Summary | |
---|---|
RoundControl(IGameState gameState,
IView view)
Create a new RoundControl using the given gameState and view |
Method Summary | |
---|---|
(package private) void |
deal()
|
(package private) void |
dealStone()
|
IEvent |
getEndRoundEvent()
End the round |
void |
startRound()
Begin the round |
(package private) static java.util.Set<Stone> |
tableDifference(ITable oldTable,
ITable newTable)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoundControl(IGameState gameState, IView view)
gameState
- initial game stateview
- view used for user interactionMethod Detail |
---|
public IEvent getEndRoundEvent()
public void startRound()
void deal()
static java.util.Set<Stone> tableDifference(ITable oldTable, ITable newTable)
void dealStone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |