com.threerings.tudey.config
Class ClientActionConfig.ServerRequest

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.ClientActionConfig
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.config.ClientActionConfig
ClientActionConfig.Compound, ClientActionConfig.ControllerAction, ClientActionConfig.ServerRequest
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
com.threerings.io.Streamable.Closure
 
Field Summary
 String name
          The name of the request.
 
Constructor Summary
ClientActionConfig.ServerRequest()
           
 
Method Summary
 void execute(TudeyContext ctx, TudeySceneView view, Sprite source)
          Executes the action.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

@Editable
public String name
The name of the request.

Constructor Detail

ClientActionConfig.ServerRequest

public ClientActionConfig.ServerRequest()
Method Detail

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.