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

java.lang.Objectde.unikassel.android.sdcframework.util.LifeCycleObjectImpl
public class LifeCycleObjectImpl
Basic implementation of the LifeCycleObject interface, to be used as
bas class for types which do share the Android service life cycle.
Does provide log messages at information level in case of method invocation.
| Constructor Summary | |
|---|---|
LifeCycleObjectImpl()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LifeCycleObjectImpl()
| Method Detail |
|---|
public void onResume(Context applicationContext)
LifeCycleObject
onResume in interface LifeCycleObjectapplicationContext - the application contextpublic void onPause(Context applicationContext)
LifeCycleObject
onPause in interface LifeCycleObjectapplicationContext - the application contextpublic void onCreate(Context applicationContext)
LifeCycleObject
onCreate in interface LifeCycleObjectapplicationContext - the application contextpublic void onDestroy(Context applicationContext)
LifeCycleObject
onDestroy in interface LifeCycleObjectapplicationContext - the application context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||