com.threerings.stage.client
Interface StageSceneService

All Superinterfaces:
InvocationService
All Known Implementing Classes:
StageSceneMarshaller

public interface StageSceneService
extends InvocationService

Provides services relating to Stage scenes.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationService
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener
 
Method Summary
 void addObject(com.threerings.miso.data.ObjectInfo info, InvocationService.ConfirmListener listener)
          Requests to add the supplied object to the current scene.
 void removeObjects(com.threerings.miso.data.ObjectInfo[] info, InvocationService.ConfirmListener listener)
          Requests to remove the supplied objects from the current scene.
 

Method Detail

addObject

void addObject(com.threerings.miso.data.ObjectInfo info,
               InvocationService.ConfirmListener listener)
Requests to add the supplied object to the current scene.


removeObjects

void removeObjects(com.threerings.miso.data.ObjectInfo[] info,
                   InvocationService.ConfirmListener listener)
Requests to remove the supplied objects from the current scene.