com.threerings.tudey.config
Class ClientActionConfig.ControllerAction

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

public static class ClientActionConfig.ControllerAction
extends ClientActionConfig

Fires an action on the scene controller.


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 command
          The name of the command to fire.
 
Constructor Summary
ClientActionConfig.ControllerAction()
           
 
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

command

@Editable
public String command
The name of the command to fire.

Constructor Detail

ClientActionConfig.ControllerAction

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