Uses of Interface
org.dvb.application.storage.ApplicationStorageListener

Packages that use ApplicationStorageListener
org.dvb.application.storage Provides support for storage of applications. 
 

Uses of ApplicationStorageListener in org.dvb.application.storage
 

Methods in org.dvb.application.storage with parameters of type ApplicationStorageListener
 void ApplicationStorageController.store(AppProxy[] apps, boolean[] autoStart, java.lang.String[][] args, ApplicationStorageListener listener)
          Installs several applications into this stored service.
 void ApplicationStorageController.store(Locator locator, AppID[] apps, boolean[] autoStart, java.lang.String[][] args, ApplicationStorageListener listener)
          Installs several applications into this stored service.