com.novell.sentinel.client.bean
Interface OnBeanCount

All Superinterfaces:
OnBeanOpComplete

public interface OnBeanCount
extends OnBeanOpComplete

Interface to which is reported the result of an HTTP GET of the count of data items represented by a bean type.


Method Summary
 void onCount(long count)
          Called if the GET of the item count succeeded.
 
Methods inherited from interface com.novell.sentinel.client.bean.OnBeanOpComplete
onError
 

Method Detail

onCount

void onCount(long count)
Called if the GET of the item count succeeded.

Parameters:
count - The count (the result of the GET).