Package org.atmosphere.cpr
Class AtmosphereResourceListenerAdapter
java.lang.Object
org.atmosphere.cpr.AtmosphereResourceListenerAdapter
- All Implemented Interfaces:
AtmosphereResourceListener
Adapter for
AtmosphereResourceListener- Author:
- Jeanfrancois Arcand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonDisconnect(String uuid) Ibnvoked when theAtmosphereResourcegets disconnectedvoidonSuspended(String uuid) Ibnvoked when theAtmosphereResourcegets suspended
-
Constructor Details
-
AtmosphereResourceListenerAdapter
public AtmosphereResourceListenerAdapter()
-
-
Method Details
-
onSuspended
Description copied from interface:AtmosphereResourceListenerIbnvoked when theAtmosphereResourcegets suspended- Specified by:
onSuspendedin interfaceAtmosphereResourceListener- Parameters:
uuid-AtmosphereResource.uuid()
-
onDisconnect
Description copied from interface:AtmosphereResourceListenerIbnvoked when theAtmosphereResourcegets disconnected- Specified by:
onDisconnectin interfaceAtmosphereResourceListener- Parameters:
uuid-AtmosphereResource.uuid()
-