com.novell.sentinel.client.bean
Interface OnBeanPageLoad<B extends SentinelBean>

Type Parameters:
B - The bean type (e.g., IdentityBean).
All Superinterfaces:
OnBeanOpComplete

public interface OnBeanPageLoad<B extends SentinelBean>
extends OnBeanOpComplete

Interface to which is reported the result of an HTTP GET of zero or more beans (i.e., a list operation).


Method Summary
 void onLoad(PagedBeanCollection<B> page)
          Called if the GET succeeded.
 
Methods inherited from interface com.novell.sentinel.client.bean.OnBeanOpComplete
onError
 

Method Detail

onLoad

void onLoad(PagedBeanCollection<B> page)
Called if the GET succeeded. The passed page will contain from zero up to the number of beans which was specified as the page size in the GET request.

Parameters:
page - The collection instance.