com.xerox.amazonws.sdb
Interface ItemListener


public interface ItemListener

This interface describes a class that is called when items are made available from a threaded fetch operation (@see com.xerox.amazonws.sdb.Domain#getItemsAttributes)

Author:
D. Kavanagh, developer@dotech.com

Method Summary
 void itemAvailable(String identifier, List<ItemAttribute> attrs)
           
 

Method Detail

itemAvailable

void itemAvailable(String identifier,
                   List<ItemAttribute> attrs)