TeaSpeak-Client/imports/shared-app/ui/frames/side/ClientInfoController.d.ts
2021-02-20 18:55:36 +01:00

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;
}