public class ClientEventHandler extends ClientRequestHandler
command, context, listeners
Constructor and Description |
---|
ClientEventHandler(com.tvd12.ezyfox.core.content.impl.BaseContext context,
String command) |
Modifier and Type | Method and Description |
---|---|
protected com.tvd12.ezyfox.core.entities.ApiUser |
getUserAgent(com.smartfoxserver.v2.entities.User user) |
void |
handleClientRequest(com.smartfoxserver.v2.entities.User user,
com.smartfoxserver.v2.entities.data.ISFSObject params)
Handle request from client
|
protected void |
invokeExecuteMethod(Method method,
Object listener,
Object userAgent)
Invoke the execute method
|
public ClientEventHandler(com.tvd12.ezyfox.core.content.impl.BaseContext context, String command)
context
- application contextcommand
- request's commandpublic void handleClientRequest(com.smartfoxserver.v2.entities.User user, com.smartfoxserver.v2.entities.data.ISFSObject params)
protected com.tvd12.ezyfox.core.entities.ApiUser getUserAgent(com.smartfoxserver.v2.entities.User user)
Copyright © 2012–2017 Young Monkeys. All rights reserved.