bamboo.openhash.multicast
Class MulticastClient.JoinPutDoneCb

java.lang.Object
  extended by bamboo.openhash.multicast.MulticastClient.JoinPutDoneCb
All Implemented Interfaces:
GatewayClient.PutDoneCb
Enclosing class:
MulticastClient

public class MulticastClient.JoinPutDoneCb
extends Object
implements GatewayClient.PutDoneCb


Constructor Summary
MulticastClient.JoinPutDoneCb()
           
 
Method Summary
 void put_done_cb(int put_res, Object user_data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MulticastClient.JoinPutDoneCb

public MulticastClient.JoinPutDoneCb()
Method Detail

put_done_cb

public void put_done_cb(int put_res,
                        Object user_data)
Specified by:
put_done_cb in interface GatewayClient.PutDoneCb