com.threerings.stage.server
Interface StageSceneProvider

All Superinterfaces:
InvocationProvider
All Known Implementing Classes:
StageSceneManager

@Generated(value="com.threerings.presents.tools.GenServiceTask",
           comments="Derived from StageSceneService.java.")
public interface StageSceneProvider
extends InvocationProvider

Defines the server-side of the StageSceneService.


Method Summary
 void addObject(ClientObject caller, com.threerings.miso.data.ObjectInfo arg1, InvocationService.ConfirmListener arg2)
          Handles a StageSceneService.addObject(com.threerings.miso.data.ObjectInfo, com.threerings.presents.client.InvocationService.ConfirmListener) request.
 void removeObjects(ClientObject caller, com.threerings.miso.data.ObjectInfo[] arg1, InvocationService.ConfirmListener arg2)
          Handles a StageSceneService.removeObjects(com.threerings.miso.data.ObjectInfo[], com.threerings.presents.client.InvocationService.ConfirmListener) request.
 

Method Detail

addObject

void addObject(ClientObject caller,
               com.threerings.miso.data.ObjectInfo arg1,
               InvocationService.ConfirmListener arg2)
               throws InvocationException
Handles a StageSceneService.addObject(com.threerings.miso.data.ObjectInfo, com.threerings.presents.client.InvocationService.ConfirmListener) request.

Throws:
InvocationException

removeObjects

void removeObjects(ClientObject caller,
                   com.threerings.miso.data.ObjectInfo[] arg1,
                   InvocationService.ConfirmListener arg2)
                   throws InvocationException
Handles a StageSceneService.removeObjects(com.threerings.miso.data.ObjectInfo[], com.threerings.presents.client.InvocationService.ConfirmListener) request.

Throws:
InvocationException