org.dvb.application
Interface AppStateChangeEventListener

All Superinterfaces:
java.util.EventListener

public interface AppStateChangeEventListener
extends java.util.EventListener

The AppStateChangeEventListener class allows a launcher application to keep track of applications it launches or other applications running as part of the same service.

Since:
MHP1.0

Method Summary
 void 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.
 

Method Detail

stateChange

public void 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.

Parameters:
evt - the AppStateChangeEvent.
Since:
MHP1.0