Uses of Interface
org.dvb.application.AppsDatabaseEventListener

Packages that use AppsDatabaseEventListener
org.dvb.application Provides access to lists of applications which are available in this context and the ability to launch those applications. 
 

Uses of AppsDatabaseEventListener in org.dvb.application
 

Methods in org.dvb.application with parameters of type AppsDatabaseEventListener
 void AppsDatabase.addListener(AppsDatabaseEventListener listener)
          Add a listener to the database so that an application can be informed if the database changes.
 void AppsDatabase.removeListener(AppsDatabaseEventListener listener)
          remove a listener on the database.