C# Class Notifiable

ファイルを表示 Open project: BornToGrill/Project-Frequency Class Usage Examples

Public Methods

Method Description
HandleNotify ( TcpClient client, string values ) : void
Notifiable ( INotifiable notify ) : System

Private Methods

Method Description
EndTurn ( string values ) : void
GameWon ( string values ) : void
PlayerLeft ( string values ) : void

Method Details

HandleNotify() public method

public HandleNotify ( TcpClient client, string values ) : void
client TcpClient
values string
return void

Notifiable() public method

public Notifiable ( INotifiable notify ) : System
notify INotifiable
return System