bamboo.router
Class Router.ProbePingCB

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

protected class Router.ProbePingCB
extends Object
implements Router.NetMsgResultCB


Constructor Summary
Router.ProbePingCB(NeighborInfo n)
           
 
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.ProbePingCB

public Router.ProbePingCB(NeighborInfo n)
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