|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceNotificationListener
Service notification listener interface.
Method Summary | |
---|---|
void |
serviceAboutToChangeState(Service service,
int newState)
This method is called when service is about to change state |
void |
serviceChangedState(Service service,
int oldState)
This method is called when service state is changed. |
Method Detail |
---|
void serviceAboutToChangeState(Service service, int newState)
service
- servicenewState
- new statevoid serviceChangedState(Service service, int oldState)
service
- serviceoldState
- previous state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |