|
|||||||||
| 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
com.threerings.tudey.config.ClientActionConfig.Compound
public static class ClientActionConfig.Compound
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 |
|---|
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 |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable public ClientActionConfig[] actions
| Constructor Detail |
|---|
public ClientActionConfig.Compound()
| Method Detail |
|---|
public void execute(TudeyContext ctx,
TudeySceneView view,
Sprite source)
ClientActionConfig
execute in class ClientActionConfig
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||