Uses of Class
org.dvb.application.AppStateChangeEvent

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

Uses of AppStateChangeEvent in org.dvb.application
 

Methods in org.dvb.application with parameters of type AppStateChangeEvent
 void AppStateChangeEventListener.stateChange(AppStateChangeEvent evt)
          The application the listener was tracking has made a state transition from fromState to toState and this method will be given the state event.