Package org.atmosphere.cpr
Interface AtmosphereResourceListener
-
- All Known Implementing Classes:
AtmosphereResourceListenerAdapter
public interface AtmosphereResourceListenerListener for whenAtmosphereResourcegets suspended and disconnected.- Author:
- Jeanfrancois Arcand
-
-
Method Summary
All Methods Instance Methods Abstract 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
void onSuspended(java.lang.String uuid)
Ibnvoked when theAtmosphereResourcegets suspended- Parameters:
uuid-AtmosphereResource.uuid()
-
onDisconnect
void onDisconnect(java.lang.String uuid)
Ibnvoked when theAtmosphereResourcegets disconnected- Parameters:
uuid-AtmosphereResource.uuid()
-
-