C# Класс Domain.GameObserver

Наследование: Akka.Interfaced.InterfacedObserver, IGameObserver
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Abort() публичный Метод

public Abort ( ) : void
Результат void

Begin() публичный Метод

public Begin ( int currentPlayerId ) : void
currentPlayerId int
Результат void

End() публичный Метод

public End ( int winnerPlayerId ) : void
winnerPlayerId int
Результат void

GameObserver() публичный Метод

public GameObserver ( )

GameObserver() публичный Метод

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

GameObserver() публичный Метод

public GameObserver ( ) : System
Результат System

GameObserver() публичный Метод

public GameObserver ( INotificationChannel channel, int observerId ) : System
channel INotificationChannel
observerId int
Результат System

Join() публичный Метод

public Join ( int playerId, long userId, string userName ) : void
playerId int
userId long
userName string
Результат void

Leave() публичный Метод

public Leave ( int playerId ) : void
playerId int
Результат void

MakeMove() публичный Метод

public MakeMove ( int playerId, Domain pos, int nextTurnPlayerId ) : void
playerId int
pos Domain
nextTurnPlayerId int
Результат void

Say() публичный Метод

public Say ( int playerId, string msg ) : void
playerId int
msg string
Результат void