com.novell.sentinel.client.bean
Interface OnBeanDelete

All Superinterfaces:
OnBeanOpComplete

public interface OnBeanDelete
extends OnBeanOpComplete

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


Method Summary
 void onSuccess()
          Called if the DELETE was successful, as reported by the server.
 
Methods inherited from interface com.novell.sentinel.client.bean.OnBeanOpComplete
onError
 

Method Detail

onSuccess

void onSuccess()
Called if the DELETE was successful, as reported by the server.