C# Class d3.Server.Services.ChatServiceImpl

Inheritance: bnet.protocol.chat.ChatService
Datei anzeigen Open project: fry/d3

Public Methods

Method Description
ChatServiceImpl ( ClientHandler client ) : System
CreateChannel ( Google controller, bnet request, Action done ) : void
FindChannel ( Google controller, bnet request, Action done ) : void
JoinChannel ( Google controller, bnet request, Action done ) : void

Method Details

ChatServiceImpl() public method

public ChatServiceImpl ( ClientHandler client ) : System
client ClientHandler
return System

CreateChannel() public method

public CreateChannel ( Google controller, bnet request, Action done ) : void
controller Google
request bnet
done Action
return void

FindChannel() public method

public FindChannel ( Google controller, bnet request, Action done ) : void
controller Google
request bnet
done Action
return void

JoinChannel() public method

public JoinChannel ( Google controller, bnet request, Action done ) : void
controller Google
request bnet
done Action
return void