Uses of Interface
org.dvb.application.AppStateChangeEventListener

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

Uses of AppStateChangeEventListener in org.dvb.application
 

Methods in org.dvb.application with parameters of type AppStateChangeEventListener
 void AppProxy.addAppStateChangeEventListener(AppStateChangeEventListener listener)
          Add a listener to the application proxy so that an application can be informed if the application changes state.
 void AppProxy.removeAppStateChangeEventListener(AppStateChangeEventListener listener)
          Remove a listener on the database.