C# Class ServerCommandDispatcherBase, tf_client

Inheritance: IServerCommandDispatcher
Afficher le fichier Open project: wids-eria/tf_client

Protected Properties

Свойство Type Description
listeners Delegate>.Dictionary

Méthodes publiques

Méthode Description
AddHandler ( int recipientId, Delegate handler ) : void
Dispatch ( ServerCommandCodec sc ) : void
RemoveHandler ( int recipientId, Delegate handler ) : void

Méthodes protégées

Méthode Description
Broadcast ( ServerCommandCodec sc ) : void
Send ( ServerCommandCodec sc ) : void

Method Details

AddHandler() public méthode

public AddHandler ( int recipientId, Delegate handler ) : void
recipientId int
handler Delegate
Résultat void

Broadcast() protected abstract méthode

protected abstract Broadcast ( ServerCommandCodec sc ) : void
sc ServerCommandCodec
Résultat void

Dispatch() public méthode

public Dispatch ( ServerCommandCodec sc ) : void
sc ServerCommandCodec
Résultat void

RemoveHandler() public méthode

public RemoveHandler ( int recipientId, Delegate handler ) : void
recipientId int
handler Delegate
Résultat void

Send() protected abstract méthode

protected abstract Send ( ServerCommandCodec sc ) : void
sc ServerCommandCodec
Résultat void

Property Details

listeners protected_oe property

protected Dictionary listeners
Résultat Delegate>.Dictionary