Uses of Class
org.dvb.application.AppsDatabaseEvent

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

Uses of AppsDatabaseEvent in org.dvb.application
 

Methods in org.dvb.application with parameters of type AppsDatabaseEvent
 void AppsDatabaseEventListener.entryAdded(AppsDatabaseEvent evt)
          The AppsDataBase has had an application entry added.
 void AppsDatabaseEventListener.entryChanged(AppsDatabaseEvent evt)
          The AppsDataBase has had an application entry changed.
 void AppsDatabaseEventListener.entryRemoved(AppsDatabaseEvent evt)
          The AppsDataBase has had an application entry removed.
 void AppsDatabaseEventListener.newDatabase(AppsDatabaseEvent evt)
          The AppsDataBase has radically changed.