C# 클래스 Domain.UserEventObserver

상속: Akka.Interfaced.InterfacedObserver, IUserEventObserver
파일 보기 프로젝트 열기: SaladLab/TicTacToe 1 사용 예제들

공개 메소드들

메소드 설명
UserContextChange ( Domain userContextTracker ) : void
UserEventObserver ( )
UserEventObserver ( INotificationChannel channel, int observerId )
UserEventObserver ( ) : System
UserEventObserver ( INotificationChannel channel, int observerId ) : System

메소드 상세

UserContextChange() 공개 메소드

public UserContextChange ( Domain userContextTracker ) : void
userContextTracker Domain
리턴 void

UserEventObserver() 공개 메소드

public UserEventObserver ( )

UserEventObserver() 공개 메소드

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

UserEventObserver() 공개 메소드

public UserEventObserver ( ) : System
리턴 System

UserEventObserver() 공개 메소드

public UserEventObserver ( INotificationChannel channel, int observerId ) : System
channel INotificationChannel
observerId int
리턴 System