com.xerox.amazonws.simpledb
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#selectItems)

Author:
D. Kavanagh, developer@dotech.com

Method Summary
 void itemAvailable(Item item)
           
 

Method Detail

itemAvailable

void itemAvailable(Item item)