|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface LifeCycleObject
Interface for types sharing the Android service or activity life cycle.
| Method Summary | |
|---|---|
void |
onCreate(Context applicationContext)
Creation method |
void |
onDestroy(Context applicationContext)
Destroy method |
void |
onPause(Context applicationContext)
Pause method |
void |
onResume(Context applicationContext)
Resume method |
| Method Detail |
|---|
void onResume(Context applicationContext)
applicationContext - the application contextvoid onPause(Context applicationContext)
applicationContext - the application contextvoid onCreate(Context applicationContext)
applicationContext - the application contextvoid onDestroy(Context applicationContext)
applicationContext - the application context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||