C# 클래스 ServerCommandDispatcherBase, tf_client
파일 보기
프로젝트 열기: wids-eria/tf_client
보호된 프로퍼티들
공개 메소드들
메소드 |
설명 |
|
AddHandler ( int recipientId, Delegate handler ) : void |
|
|
Dispatch ( ServerCommandCodec sc ) : void |
|
|
RemoveHandler ( int recipientId, Delegate handler ) : void |
|
|
보호된 메소드들
메소드 |
설명 |
|
Broadcast ( ServerCommandCodec sc ) : void |
|
|
Send ( ServerCommandCodec sc ) : void |
|
|
메소드 상세
public AddHandler ( int recipientId, Delegate handler ) : void |
recipientId |
int |
|
handler |
Delegate |
|
리턴 |
void |
|
protected abstract Broadcast ( ServerCommandCodec sc ) : void |
sc |
ServerCommandCodec |
|
리턴 |
void |
|
public Dispatch ( ServerCommandCodec sc ) : void |
sc |
ServerCommandCodec |
|
리턴 |
void |
|
public RemoveHandler ( int recipientId, Delegate handler ) : void |
recipientId |
int |
|
handler |
Delegate |
|
리턴 |
void |
|
protected abstract Send ( ServerCommandCodec sc ) : void |
sc |
ServerCommandCodec |
|
리턴 |
void |
|
프로퍼티 상세
protected Dictionary listeners |
리턴 |
Delegate>.Dictionary
| |