org.atmosphere.cpr
Class AtmosphereResourceListenerAdapter

java.lang.Object
  extended by org.atmosphere.cpr.AtmosphereResourceListenerAdapter
All Implemented Interfaces:
AtmosphereResourceListener

public class AtmosphereResourceListenerAdapter
extends Object
implements AtmosphereResourceListener

Adapter for AtmosphereResourceListener

Author:
Jeanfrancois Arcand

Constructor Summary
AtmosphereResourceListenerAdapter()
           
 
Method Summary
 void onDisconnect(String uuid)
          Ibnvoked when the AtmosphereResource gets disconnected
 void onSuspended(String uuid)
          Ibnvoked when the AtmosphereResource gets suspended
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtmosphereResourceListenerAdapter

public AtmosphereResourceListenerAdapter()
Method Detail

onSuspended

public void onSuspended(String uuid)
Description copied from interface: AtmosphereResourceListener
Ibnvoked when the AtmosphereResource gets suspended

Specified by:
onSuspended in interface AtmosphereResourceListener
Parameters:
uuid - AtmosphereResource.uuid()

onDisconnect

public void onDisconnect(String uuid)
Description copied from interface: AtmosphereResourceListener
Ibnvoked when the AtmosphereResource gets disconnected

Specified by:
onDisconnect in interface AtmosphereResourceListener
Parameters:
uuid - AtmosphereResource.uuid()


Copyright © 2015. All Rights Reserved.