C# 클래스 TexasHoldem.Logic.Players.PlayerDecorator

상속: IPlayer
파일 보기 프로젝트 열기: NikolayIT/TexasHoldemGameEngine

공개 메소드들

메소드 설명
EndGame ( TexasHoldem.Logic.Players.EndGameContext context ) : void
EndHand ( EndHandContext context ) : void
EndRound ( TexasHoldem.Logic.Players.EndRoundContext context ) : void
GetTurn ( TexasHoldem.Logic.Players.GetTurnContext context ) : TexasHoldem.Logic.Players.PlayerAction
StartGame ( TexasHoldem.Logic.Players.StartGameContext context ) : void
StartHand ( StartHandContext context ) : void
StartRound ( TexasHoldem.Logic.Players.StartRoundContext context ) : void

보호된 메소드들

메소드 설명
PlayerDecorator ( IPlayer player )

메소드 상세

EndGame() 공개 메소드

public EndGame ( TexasHoldem.Logic.Players.EndGameContext context ) : void
context TexasHoldem.Logic.Players.EndGameContext
리턴 void

EndHand() 공개 메소드

public EndHand ( EndHandContext context ) : void
context EndHandContext
리턴 void

EndRound() 공개 메소드

public EndRound ( TexasHoldem.Logic.Players.EndRoundContext context ) : void
context TexasHoldem.Logic.Players.EndRoundContext
리턴 void

GetTurn() 공개 메소드

public GetTurn ( TexasHoldem.Logic.Players.GetTurnContext context ) : TexasHoldem.Logic.Players.PlayerAction
context TexasHoldem.Logic.Players.GetTurnContext
리턴 TexasHoldem.Logic.Players.PlayerAction

PlayerDecorator() 보호된 메소드

protected PlayerDecorator ( IPlayer player )
player IPlayer

StartGame() 공개 메소드

public StartGame ( TexasHoldem.Logic.Players.StartGameContext context ) : void
context TexasHoldem.Logic.Players.StartGameContext
리턴 void

StartHand() 공개 메소드

public StartHand ( StartHandContext context ) : void
context StartHandContext
리턴 void

StartRound() 공개 메소드

public StartRound ( TexasHoldem.Logic.Players.StartRoundContext context ) : void
context TexasHoldem.Logic.Players.StartRoundContext
리턴 void