bamboo.vis
Class FetchNodeInfoThread.TestCb

java.lang.Object
  extended by bamboo.vis.FetchNodeInfoThread.TestCb
All Implemented Interfaces:
FetchNodeInfoThread.FetchDoneCb
Enclosing class:
FetchNodeInfoThread

public static class FetchNodeInfoThread.TestCb
extends Object
implements FetchNodeInfoThread.FetchDoneCb


Constructor Summary
FetchNodeInfoThread.TestCb()
           
 
Method Summary
 void fetch_done(String url, FetchNodeInfoThread.NodeInfo ninfo, boolean success, Object user_data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FetchNodeInfoThread.TestCb

public FetchNodeInfoThread.TestCb()
Method Detail

fetch_done

public void fetch_done(String url,
                       FetchNodeInfoThread.NodeInfo ninfo,
                       boolean success,
                       Object user_data)
Specified by:
fetch_done in interface FetchNodeInfoThread.FetchDoneCb