Add RegistrationService to allow cpp clients to register receivers even though they're not using DObject
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6268 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.threerings.presents.client;
|
||||
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.client.InvocationReceiver.Registration;
|
||||
|
||||
/**
|
||||
* Adds a receiver registration for a client that doesn't use DObject and thereby can't
|
||||
* use the registration set on ClientObject.
|
||||
*/
|
||||
public interface RegistrationService
|
||||
{
|
||||
void registerReceiver(Client client, Registration registration);
|
||||
}
|
||||
Reference in New Issue
Block a user