C# 클래스 ServerCommandDispatcherBase, tf_client

상속: IServerCommandDispatcher
파일 보기 프로젝트 열기: wids-eria/tf_client

보호된 프로퍼티들

프로퍼티 타입 설명
listeners Delegate>.Dictionary

공개 메소드들

메소드 설명
AddHandler ( int recipientId, Delegate handler ) : void
Dispatch ( ServerCommandCodec sc ) : void
RemoveHandler ( int recipientId, Delegate handler ) : void

보호된 메소드들

메소드 설명
Broadcast ( ServerCommandCodec sc ) : void
Send ( ServerCommandCodec sc ) : void

메소드 상세

AddHandler() 공개 메소드

public AddHandler ( int recipientId, Delegate handler ) : void
recipientId int
handler Delegate
리턴 void

Broadcast() 보호된 추상적인 메소드

protected abstract Broadcast ( ServerCommandCodec sc ) : void
sc ServerCommandCodec
리턴 void

Dispatch() 공개 메소드

public Dispatch ( ServerCommandCodec sc ) : void
sc ServerCommandCodec
리턴 void

RemoveHandler() 공개 메소드

public RemoveHandler ( int recipientId, Delegate handler ) : void
recipientId int
handler Delegate
리턴 void

Send() 보호된 추상적인 메소드

protected abstract Send ( ServerCommandCodec sc ) : void
sc ServerCommandCodec
리턴 void

프로퍼티 상세

listeners 보호되어 있는 프로퍼티

protected Dictionary listeners
리턴 Delegate>.Dictionary