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

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

public interface OnBeanLoad<B extends SentinelBean>
extends OnBeanOpComplete

Interface to which is reported the result of an HTTP GET of a single bean.


Method Summary
 void onLoad(B bean)
          Called if the bean is successfully loaded.
 
Methods inherited from interface com.novell.sentinel.client.bean.OnBeanOpComplete
onError
 

Method Detail

onLoad

void onLoad(B bean)
Called if the bean is successfully loaded.

Parameters:
bean - The loaded bean.