23 lines
664 B
TypeScript
23 lines
664 B
TypeScript
import { ConnectionHandler } from "tc-shared/ConnectionHandler";
|
|
export declare class ClientInfoController {
|
|
private readonly uiEvents;
|
|
private connection;
|
|
private listenerConnection;
|
|
constructor();
|
|
destroy(): void;
|
|
setConnectionHandler(connection: ConnectionHandler): void;
|
|
private initializeConnection;
|
|
private generateGroupInfo;
|
|
private sendClient;
|
|
private sendChannelGroup;
|
|
private sendServerGroups;
|
|
private sendClientStatus;
|
|
private sendClientName;
|
|
private sendClientDescription;
|
|
private sendOnline;
|
|
private sendCountry;
|
|
private sendVolume;
|
|
private sendVersion;
|
|
private sendForum;
|
|
}
|