org.atmosphere.cpr
Class AtmosphereResourceListenerAdapter
java.lang.Object
org.atmosphere.cpr.AtmosphereResourceListenerAdapter
- All Implemented Interfaces:
- AtmosphereResourceListener
public class AtmosphereResourceListenerAdapter
- extends Object
- implements AtmosphereResourceListener
Adapter for AtmosphereResourceListener
- Author:
- Jeanfrancois Arcand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtmosphereResourceListenerAdapter
public AtmosphereResourceListenerAdapter()
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.