|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.tudey.config.ClientActionConfig
@EditorTypes(value={ClientActionConfig.ControllerAction.class,ClientActionConfig.ServerRequest.class,ClientActionConfig.Compound.class})
public abstract class ClientActionConfigConfigurations for client-side actions.
| Nested Class Summary | |
|---|---|
static class |
ClientActionConfig.Compound
Executes multiple actions simultaneously. |
static class |
ClientActionConfig.ControllerAction
Fires an action on the scene controller. |
static class |
ClientActionConfig.ServerRequest
Sends a request to the server. |
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
|---|
Streamable.Closure |
| Constructor Summary | |
|---|---|
ClientActionConfig()
|
|
| Method Summary | |
|---|---|
abstract 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 |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClientActionConfig()
| Method Detail |
|---|
public abstract void execute(TudeyContext ctx,
TudeySceneView view,
Sprite source)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||