Class PlayerJoinGamePlan


  • public class PlayerJoinGamePlan
    extends Plan
    Find a dealer and join the game.
    • Constructor Detail

      • PlayerJoinGamePlan

        public PlayerJoinGamePlan()
    • Method Detail

      • body

        public void body()
        First the player searches a dealer, then sends a join-request to this dealer.
        Specified by:
        body in class Plan
      • failed

        public void failed()
        Called when something went wrong (e.g. timeout).
        Overrides:
        failed in class Plan