public interface AppStateChangeEventListener extends EventListener
AppStateChangeEventListener class allows a launcher
application to keep track of applications it launches or other applications
running as part of the same service.
| Modifier and Type | Method and Description |
|---|---|
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. |
void stateChange(AppStateChangeEvent evt)
fromState to toState
and this method will be given the state event.evt - the AppStateChangeEvent.Copyright © 2012 code4tv.com. All Rights Reserved.