Uses of Interface
org.dvb.application.AppsDatabaseEventListener

Packages that use AppsDatabaseEventListener
org.dvb.application   
 

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.