| java.lang.Object poker.presentation.main.FirstDealPresentation
FirstDealPresentation | public class FirstDealPresentation implements HttpPresentation(Code) | | |
Method Summary | |
public static void | checkHand(HttpPresentationComms comms0, FirstDealHTML firstDeal0) | public static void | getCards(HttpPresentationComms comms0, FirstDealHTML firstDeal0) | public static void | getMarker(HttpPresentationComms comms0, FirstDealHTML firstDeal0) | public static boolean | isBankrupt(HttpPresentationComms comms0) | public static boolean | isLastDeal(HttpPresentationComms comms0) | public void | run(HttpPresentationComms comms) | public void | startGame(HttpPresentationComms comms0, FirstDealHTML firstDeal0) |
checkHand | public static void checkHand(HttpPresentationComms comms0, FirstDealHTML firstDeal0) throws Exception(Code) | | |
getCards | public static void getCards(HttpPresentationComms comms0, FirstDealHTML firstDeal0) throws Exception(Code) | | |
getMarker | public static void getMarker(HttpPresentationComms comms0, FirstDealHTML firstDeal0) throws Exception(Code) | | |
isBankrupt | public static boolean isBankrupt(HttpPresentationComms comms0) throws Exception(Code) | | |
isLastDeal | public static boolean isLastDeal(HttpPresentationComms comms0) throws Exception(Code) | | |
startGame | public void startGame(HttpPresentationComms comms0, FirstDealHTML firstDeal0) throws Exception(Code) | | |
|
|