|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AtmosphereFrameworkListener
Lifecycle listener for AtmosphereFramework
| Method Summary | |
|---|---|
void |
onPostDestroy(AtmosphereFramework f)
Invoked after AtmosphereFramework.destroy() gets invoked |
void |
onPostInit(AtmosphereFramework f)
Invoked after AtmosphereFramework.init() gets invoked |
void |
onPreDestroy(AtmosphereFramework f)
Invoked before AtmosphereFramework.destroy() gets invoked |
void |
onPreInit(AtmosphereFramework f)
Invoked before AtmosphereFramework.init() gets invoked |
| Method Detail |
|---|
void onPreInit(AtmosphereFramework f)
AtmosphereFramework.init() gets invoked
f - an AtmosphereFrameworkvoid onPostInit(AtmosphereFramework f)
AtmosphereFramework.init() gets invoked
f - an AtmosphereFrameworkvoid onPreDestroy(AtmosphereFramework f)
AtmosphereFramework.destroy() gets invoked
f - an AtmosphereFrameworkvoid onPostDestroy(AtmosphereFramework f)
AtmosphereFramework.destroy() gets invoked
f - an AtmosphereFramework
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||