bamboo.router
Class Router.RecursiveRouteCB

java.lang.Object
  extended by bamboo.router.Router.RecursiveRouteCB
All Implemented Interfaces:
Router.NetMsgResultCB
Enclosing class:
Router

protected class Router.RecursiveRouteCB
extends Object
implements Router.NetMsgResultCB


Constructor Summary
Router.RecursiveRouteCB(NeighborInfo n, Runnable r)
           
 
Method Summary
 void failure()
           
 void success()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Router.RecursiveRouteCB

public Router.RecursiveRouteCB(NeighborInfo n,
                               Runnable r)
Method Detail

success

public void success()
Specified by:
success in interface Router.NetMsgResultCB

failure

public void failure()
Specified by:
failure in interface Router.NetMsgResultCB

toString

public String toString()
Overrides:
toString in class Object