com.threerings.tudey.config
Class ClientActionConfig.Compound

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.ClientActionConfig
          extended by com.threerings.tudey.config.ClientActionConfig.Compound
All Implemented Interfaces:
Exportable, com.threerings.io.Streamable, Copyable, Cloneable
Enclosing class:
ClientActionConfig

public static class ClientActionConfig.Compound
extends ClientActionConfig

Executes multiple actions simultaneously.


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
 ClientActionConfig[] actions
          The actions to execute.
 
Constructor Summary
ClientActionConfig.Compound()
           
 
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

actions

@Editable
public ClientActionConfig[] actions
The actions to execute.

Constructor Detail

ClientActionConfig.Compound

public ClientActionConfig.Compound()
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.