@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from StageSceneService.java.")
public class StageSceneMarshaller
extends com.threerings.presents.data.InvocationMarshaller
implements StageSceneService
StageSceneService interface
that marshalls the arguments and delivers the request to the provider
on the server. Also provides an implementation of the response listener
interfaces that marshall the response arguments and deliver them back
to the requesting client.com.threerings.presents.data.InvocationMarshaller.ConfirmMarshaller, com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller, com.threerings.presents.data.InvocationMarshaller.ResultMarshaller| Modifier and Type | Field and Description |
|---|---|
static int |
ADD_OBJECT
The method id used to dispatch
addObject(com.threerings.miso.data.ObjectInfo, com.threerings.presents.client.InvocationService.ConfirmListener) requests. |
static int |
REMOVE_OBJECTS
The method id used to dispatch
removeObjects(com.threerings.miso.data.ObjectInfo[], com.threerings.presents.client.InvocationService.ConfirmListener) requests. |
| Constructor and Description |
|---|
StageSceneMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
addObject(com.threerings.miso.data.ObjectInfo arg1,
com.threerings.presents.client.InvocationService.ConfirmListener arg2)
Requests to add the supplied object to the current scene.
|
void |
removeObjects(com.threerings.miso.data.ObjectInfo[] arg1,
com.threerings.presents.client.InvocationService.ConfirmListener arg2)
Requests to remove the supplied objects from the current scene.
|
public static final int ADD_OBJECT
addObject(com.threerings.miso.data.ObjectInfo, com.threerings.presents.client.InvocationService.ConfirmListener) requests.public static final int REMOVE_OBJECTS
removeObjects(com.threerings.miso.data.ObjectInfo[], com.threerings.presents.client.InvocationService.ConfirmListener) requests.public void addObject(com.threerings.miso.data.ObjectInfo arg1,
com.threerings.presents.client.InvocationService.ConfirmListener arg2)
StageSceneServiceaddObject in interface StageSceneServicepublic void removeObjects(com.threerings.miso.data.ObjectInfo[] arg1,
com.threerings.presents.client.InvocationService.ConfirmListener arg2)
StageSceneServiceremoveObjects in interface StageSceneServiceCopyright © 2015. All rights reserved.