We love to revamp! Created a set of listener interfaces which are used
with distributed objects rather than having a single handleEvent() by which all subscribers are forced to hear about all events. Now one subscribes separately and then adds onesself as any of a few types of listener once they have access to the subscribed object reference. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@439 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
bindir=`dirname $0`
|
||||
$bindir/runjava $* com.threerings.parlor.test.TestServer
|
||||
$bindir/runjava $* com.threerings.presents.server.PresentsServer
|
||||
|
||||
Reference in New Issue
Block a user