Package com.jbstrap.core.interfaces
Interface ClientConnectedHandler
public interface ClientConnectedHandler
Client connected event handler interface
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onClientConnected
(Client client) The method is called, if a client has connected to the server, and the client initialization is done.
-
Method Details
-
onClientConnected
The method is called, if a client has connected to the server, and the client initialization is done.- Parameters:
client
- The client, that connected
-