Let's not confuse terminology between one server proxying for another server
and the ProxySubscriber mechanism by which the server proxies for the client. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4730 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -489,7 +489,7 @@ public class Client
|
||||
* If this client is being used to proxy events from another server, this method can be
|
||||
* overridden to adjust the event in any way needed prior to dispatching the event.
|
||||
*/
|
||||
protected void adjustForProxy (DObject target, DEvent event)
|
||||
protected void convertFromRemote (DObject target, DEvent event)
|
||||
{
|
||||
// nothing by default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user