Class InvitationReply
- java.lang.Object
-
- com.smartfoxserver.v2.controllers.BaseControllerCommand
-
- com.smartfoxserver.v2.controllers.system.game.InvitationReply
-
- All Implemented Interfaces:
com.smartfoxserver.v2.controllers.IControllerCommand
public class InvitationReply extends com.smartfoxserver.v2.controllers.BaseControllerCommand
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
KEY_INVITATION_ID
static java.lang.String
KEY_INVITATION_PARAMS
static java.lang.String
KEY_INVITATION_REPLY
-
Constructor Summary
Constructors Constructor Description InvitationReply()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(com.smartfoxserver.bitswarm.io.IRequest request)
boolean
validate(com.smartfoxserver.bitswarm.io.IRequest request)
-
-
-
Field Detail
-
KEY_INVITATION_ID
public static final java.lang.String KEY_INVITATION_ID
- See Also:
- Constant Field Values
-
KEY_INVITATION_REPLY
public static final java.lang.String KEY_INVITATION_REPLY
- See Also:
- Constant Field Values
-
KEY_INVITATION_PARAMS
public static final java.lang.String KEY_INVITATION_PARAMS
- See Also:
- Constant Field Values
-
-
Method Detail
-
validate
public boolean validate(com.smartfoxserver.bitswarm.io.IRequest request) throws SFSRequestValidationException
- Throws:
SFSRequestValidationException
-
execute
public void execute(com.smartfoxserver.bitswarm.io.IRequest request) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-