com.threerings.crowd.client
Interface BodyService

All Superinterfaces:
InvocationService<ClientObject>
All Known Implementing Classes:
BodyMarshaller

public interface BodyService
extends InvocationService<ClientObject>

The client side of the body-related invocation services.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationService
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener
 
Method Summary
 void setIdle(boolean idle)
          Requests to set the idle state of the client to the specified value.
 

Method Detail

setIdle

void setIdle(boolean idle)
Requests to set the idle state of the client to the specified value.