org.atmosphere.cpr
Interface AtmosphereResourceListener

All Known Implementing Classes:
AtmosphereResourceListenerAdapter

public interface AtmosphereResourceListener

Listener for when gets suspended and disconnected.

Author:
Jeanfrancois Arcand

Method Summary
 void onDisconnect(String uuid)
          Ibnvoked when the AtmosphereResource gets disconnected
 void onSuspended(String uuid)
          Ibnvoked when the AtmosphereResource gets suspended
 

Method Detail

onSuspended

void onSuspended(String uuid)
Ibnvoked when the AtmosphereResource gets suspended

Parameters:
uuid - AtmosphereResource.uuid()

onDisconnect

void onDisconnect(String uuid)
Ibnvoked when the AtmosphereResource gets disconnected

Parameters:
uuid - AtmosphereResource.uuid()


Copyright © 2015. All Rights Reserved.