com.threerings.tudey.config
Class ClientActionConfig.ServerRequest
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.ClientActionConfig
com.threerings.tudey.config.ClientActionConfig.ServerRequest
- All Implemented Interfaces:
- Exportable, com.threerings.io.Streamable, Copyable, Cloneable
- Enclosing class:
- ClientActionConfig
public static class ClientActionConfig.ServerRequest
- extends ClientActionConfig
Sends a request to the server.
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
|
Field Summary |
String |
name
The name of the request. |
name
@Editable
public String name
- The name of the request.
ClientActionConfig.ServerRequest
public ClientActionConfig.ServerRequest()
execute
public void execute(TudeyContext ctx,
TudeySceneView view,
Sprite source)
- Description copied from class:
ClientActionConfig
- Executes the action.
- Specified by:
execute in class ClientActionConfig
Copyright © 2011. All Rights Reserved.