Package top.focess.qq.api.net
Interface Client
-
public interface ClientRepresents a Client connected to a server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetId()Get the client idStringgetName()Get the client name
-
-
-
Method Detail
-
getName
String getName()
Get the client name- Returns:
- the client name
-
getId
int getId()
Get the client id- Returns:
- the client id
-
-