net.rimlib.blackberry.api.paymentsdk.digitalGoods
Interface DigitalGoodsListingListener
- All Superinterfaces:
- PaymentListener
public interface DigitalGoodsListingListener
- extends PaymentListener
Interface for listening for the results of retrieving DigitalGoods information asynchronously.
- Since:
- Version 1.8.0
|
Method Summary |
void |
success(DigitalGood[] goods)
Method is executed when the request for DigitalGoods is successful. |
success
void success(DigitalGood[] goods)
- Method is executed when the request for
DigitalGoods is successful.
- Parameters:
goods - An array of DigitalGood objects returned from the request.