Package org.atmosphere.cpr
Class AtmosphereResourceListenerAdapter
- java.lang.Object
-
- org.atmosphere.cpr.AtmosphereResourceListenerAdapter
-
- All Implemented Interfaces:
AtmosphereResourceListener
public class AtmosphereResourceListenerAdapter extends java.lang.Object implements AtmosphereResourceListener
Adapter forAtmosphereResourceListener- Author:
- Jeanfrancois Arcand
-
-
Constructor Summary
Constructors Constructor Description AtmosphereResourceListenerAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonDisconnect(java.lang.String uuid)Ibnvoked when theAtmosphereResourcegets disconnectedvoidonSuspended(java.lang.String uuid)Ibnvoked when theAtmosphereResourcegets suspended
-
-
-
Method Detail
-
onSuspended
public void onSuspended(java.lang.String uuid)
Description copied from interface:AtmosphereResourceListenerIbnvoked when theAtmosphereResourcegets suspended- Specified by:
onSuspendedin interfaceAtmosphereResourceListener- Parameters:
uuid-AtmosphereResource.uuid()
-
onDisconnect
public void onDisconnect(java.lang.String uuid)
Description copied from interface:AtmosphereResourceListenerIbnvoked when theAtmosphereResourcegets disconnected- Specified by:
onDisconnectin interfaceAtmosphereResourceListener- Parameters:
uuid-AtmosphereResource.uuid()
-
-