Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved.
Specification License

Uses of Interface
javax.microedition.broadcast.purchase.PurchaseObject

Packages that use PurchaseObject
javax.microedition.broadcast.purchase This packaged defines the classes and interfaces for purchasing. 
 

Uses of PurchaseObject in javax.microedition.broadcast.purchase
 

Methods in javax.microedition.broadcast.purchase that return PurchaseObject
static PurchaseObject[] SubscriptionManager.getAllPurchaseObjects()
          Get all available PurchaseObjects.
static PurchaseObject[] SubscriptionManager.getPurchaseObjects(java.lang.String id)
          Get all PurchaseObjects to purchase a Service or ProgramEvent It may be possible to purchase the service via multiple service bundles so multiple PurchaseObjects may be returned.
static PurchaseObject[] SubscriptionManager.getSubscriptions()
          Get purchased subscriptions.
 

Methods in javax.microedition.broadcast.purchase with parameters of type PurchaseObject
 void PurchaseListener.purchaseResponse(PurchaseObject source, java.lang.String event, java.lang.Object eventData)
          This method is called by the implementation to deliver an event to a registered listener.
 



Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved.
Specification License