com.threerings.presents.client
Interface RegistrationService

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

public interface RegistrationService
extends InvocationService<ClientObject>

Adds a receiver registration for a client that doesn't use DObject and thereby can't use the registration set on ClientObject.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationService
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener
 
Method Summary
 void registerReceiver(InvocationReceiver.Registration registration)
           
 

Method Detail

registerReceiver

void registerReceiver(InvocationReceiver.Registration registration)