Package org.atmosphere.cpr
Class AtmosphereFrameworkListenerAdapter
java.lang.Object
org.atmosphere.cpr.AtmosphereFrameworkListenerAdapter
- All Implemented Interfaces:
AtmosphereFrameworkListener
public class AtmosphereFrameworkListenerAdapter
extends Object
implements AtmosphereFrameworkListener
Adapter for
AtmosphereFrameworkListener- Author:
- Jeanfrancois Arcand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked afterAtmosphereFramework.destroy()gets invokedvoidInvoked afterAtmosphereFramework.init()gets invokedvoidInvoked beforeAtmosphereFramework.destroy()gets invokedvoidInvoked beforeAtmosphereFramework.init()gets invoked
-
Constructor Details
-
AtmosphereFrameworkListenerAdapter
public AtmosphereFrameworkListenerAdapter()
-
-
Method Details
-
onPreInit
Description copied from interface:AtmosphereFrameworkListenerInvoked beforeAtmosphereFramework.init()gets invoked- Specified by:
onPreInitin interfaceAtmosphereFrameworkListener- Parameters:
f- anAtmosphereFramework
-
onPostInit
Description copied from interface:AtmosphereFrameworkListenerInvoked afterAtmosphereFramework.init()gets invoked- Specified by:
onPostInitin interfaceAtmosphereFrameworkListener- Parameters:
f- anAtmosphereFramework
-
onPreDestroy
Description copied from interface:AtmosphereFrameworkListenerInvoked beforeAtmosphereFramework.destroy()gets invoked- Specified by:
onPreDestroyin interfaceAtmosphereFrameworkListener- Parameters:
f- anAtmosphereFramework
-
onPostDestroy
Description copied from interface:AtmosphereFrameworkListenerInvoked afterAtmosphereFramework.destroy()gets invoked- Specified by:
onPostDestroyin interfaceAtmosphereFrameworkListener- Parameters:
f- anAtmosphereFramework
-