public interface AtmosphereFrameworkListener
AtmosphereFramework| Modifier and Type | Method and Description |
|---|---|
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 |
void onPreInit(AtmosphereFramework f)
AtmosphereFramework.init() gets invokedf - an AtmosphereFrameworkvoid onPostInit(AtmosphereFramework f)
AtmosphereFramework.init() gets invokedf - an AtmosphereFrameworkvoid onPreDestroy(AtmosphereFramework f)
AtmosphereFramework.destroy() gets invokedf - an AtmosphereFrameworkvoid onPostDestroy(AtmosphereFramework f)
AtmosphereFramework.destroy() gets invokedf - an AtmosphereFrameworkCopyright © 2016. All rights reserved.