C# Class Domain.GameObserver

Inheritance: Akka.Interfaced.InterfacedObserver, IGameObserver
Afficher le fichier Open project: SaladLab/TicTacToe

Méthodes publiques

Méthode Description
Abort ( ) : void
Begin ( int currentPlayerId ) : void
End ( int winnerPlayerId ) : void
GameObserver ( )
GameObserver ( INotificationChannel channel, int observerId )
GameObserver ( ) : System
GameObserver ( INotificationChannel channel, int observerId ) : System
Join ( int playerId, long userId, string userName ) : void
Leave ( int playerId ) : void
MakeMove ( int playerId, Domain pos, int nextTurnPlayerId ) : void
Say ( int playerId, string msg ) : void

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

Begin() public méthode

public Begin ( int currentPlayerId ) : void
currentPlayerId int
Résultat void

End() public méthode

public End ( int winnerPlayerId ) : void
winnerPlayerId int
Résultat void

GameObserver() public méthode

public GameObserver ( )

GameObserver() public méthode

public GameObserver ( INotificationChannel channel, int observerId )
channel INotificationChannel
observerId int

GameObserver() public méthode

public GameObserver ( ) : System
Résultat System

GameObserver() public méthode

public GameObserver ( INotificationChannel channel, int observerId ) : System
channel INotificationChannel
observerId int
Résultat System

Join() public méthode

public Join ( int playerId, long userId, string userName ) : void
playerId int
userId long
userName string
Résultat void

Leave() public méthode

public Leave ( int playerId ) : void
playerId int
Résultat void

MakeMove() public méthode

public MakeMove ( int playerId, Domain pos, int nextTurnPlayerId ) : void
playerId int
pos Domain
nextTurnPlayerId int
Résultat void

Say() public méthode

public Say ( int playerId, string msg ) : void
playerId int
msg string
Résultat void