Lots of debug logging, some casting.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4001 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-04-06 20:05:28 +00:00
parent f7f9056ed2
commit 64d7f32178
7 changed files with 34 additions and 4 deletions
@@ -1,5 +1,7 @@
package com.threerings.presents.dobj {
import com.threerings.presents.Log;
public class SubscriberAdapter
implements Subscriber
{
@@ -12,6 +14,7 @@ public class SubscriberAdapter
// documentation inherited from interface Subscriber
public function objectAvailable (obj :DObject) :void
{
Log.debug("calling success function: " + _success);
_success(obj);
}