com.threerings.tudey.config
Class ClientActionConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.ClientActionConfig
- All Implemented Interfaces:
- Exportable, com.threerings.io.Streamable, Copyable, Cloneable
- Direct Known Subclasses:
- ClientActionConfig.Compound, ClientActionConfig.ControllerAction, ClientActionConfig.ServerRequest
@EditorTypes(value={ClientActionConfig.ControllerAction.class,ClientActionConfig.ServerRequest.class,ClientActionConfig.Compound.class})
public abstract class ClientActionConfig- extends DeepObject
- implements Exportable, com.threerings.io.Streamable
Configurations for client-side actions.
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
ClientActionConfig
public ClientActionConfig()
execute
public abstract void execute(TudeyContext ctx,
TudeySceneView view,
Sprite source)
- Executes the action.
Copyright © 2011. All Rights Reserved.