org.atmosphere.samples.chat.jersey
Class ChatResource.OnDisconnect

java.lang.Object
  extended by org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
      extended by org.atmosphere.samples.chat.jersey.ChatResource.OnDisconnect
All Implemented Interfaces:
org.atmosphere.cpr.AtmosphereResourceEventListener, org.atmosphere.cpr.AtmosphereResourceHeartbeatEventListener
Enclosing class:
ChatResource

public static final class ChatResource.OnDisconnect
extends org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter


Nested Class Summary
 
Nested classes/interfaces inherited from class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnBroadcast, org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnClose, org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnDisconnect, org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnHeartbeat, org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnPreSuspend, org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnResume, org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnSuspend, org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnThrowable
 
Constructor Summary
ChatResource.OnDisconnect()
           
 
Method Summary
 void onDisconnect(org.atmosphere.cpr.AtmosphereResourceEvent event)
          
 
Methods inherited from class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
onBroadcast, onClose, onHeartbeat, onPreSuspend, onResume, onSuspend, onThrowable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatResource.OnDisconnect

public ChatResource.OnDisconnect()
Method Detail

onDisconnect

public void onDisconnect(org.atmosphere.cpr.AtmosphereResourceEvent event)

Specified by:
onDisconnect in interface org.atmosphere.cpr.AtmosphereResourceEventListener
Overrides:
onDisconnect in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter


Copyright © 2015. All Rights Reserved.