com.novell.sentinel.client.bean
Interface OnBeanPost

All Superinterfaces:
OnBeanOpComplete

public interface OnBeanPost
extends OnBeanOpComplete

Interface to which is reported the result of an HTTP POST of the data contained in a bean.


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

Method Detail

onSuccess

void onSuccess(String url)
Called if the POST succeeded.

Parameters:
url - The URL of the newly-created data item as reported in the POST results.