com.novell.sentinel.client.bean
Interface OnOctetStreamLoad

All Superinterfaces:
OnBeanOpComplete

public interface OnOctetStreamLoad
extends OnBeanOpComplete

Interface to which the result of an attribute GET is reported.


Method Summary
 void onLoad(byte[] data)
          Called if the octet stream data is successfully loaded.
 
Methods inherited from interface com.novell.sentinel.client.bean.OnBeanOpComplete
onError
 

Method Detail

onLoad

void onLoad(byte[] data)
Called if the octet stream data is successfully loaded.

Parameters:
data - The octet stream data.