com.novell.sentinel.client.bean
Interface OnBeanPut

All Superinterfaces:
OnBeanOpComplete

public interface OnBeanPut
extends OnBeanOpComplete

Interface to which is reported the result of an HTTP PUT of the data represented by a bean.


Method Summary
 void onSuccess()
          Called if the PUT succeeded.
 
Methods inherited from interface com.novell.sentinel.client.bean.OnBeanOpComplete
onError
 

Method Detail

onSuccess

void onSuccess()
Called if the PUT succeeded.