public final class DigitalGoodsStore
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | DigitalGoodsStore.Event | 
| static class  | DigitalGoodsStore.Goods | 
| static class  | DigitalGoodsStore.Purchase | 
| static class  | DigitalGoodsStore.Tag | 
| Constructor and Description | 
|---|
| DigitalGoodsStore() | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | addGoodsListener(Listener<DigitalGoodsStore.Goods> listener,
                DigitalGoodsStore.Event eventType) | 
| static boolean | addPurchaseListener(Listener<DigitalGoodsStore.Purchase> listener,
                   DigitalGoodsStore.Event eventType) | 
| static boolean | removeGoodsListener(Listener<DigitalGoodsStore.Goods> listener,
                   DigitalGoodsStore.Event eventType) | 
| static boolean | removePurchaseListener(Listener<DigitalGoodsStore.Purchase> listener,
                      DigitalGoodsStore.Event eventType) | 
public static boolean addGoodsListener(Listener<DigitalGoodsStore.Goods> listener, DigitalGoodsStore.Event eventType)
public static boolean removeGoodsListener(Listener<DigitalGoodsStore.Goods> listener, DigitalGoodsStore.Event eventType)
public static boolean addPurchaseListener(Listener<DigitalGoodsStore.Purchase> listener, DigitalGoodsStore.Event eventType)
public static boolean removePurchaseListener(Listener<DigitalGoodsStore.Purchase> listener, DigitalGoodsStore.Event eventType)