Uses of Interface
org.atmosphere.cpr.AtmosphereResourceEventListener

Packages that use AtmosphereResourceEventListener
org.atmosphere.cpr   
org.atmosphere.websocket   
 

Uses of AtmosphereResourceEventListener in org.atmosphere.cpr
 

Classes in org.atmosphere.cpr that implement AtmosphereResourceEventListener
 class AtmosphereResourceEventListenerAdapter
          An implementation of AtmosphereResourceEventListener with just log event as trace.
 

Methods in org.atmosphere.cpr that return types with arguments of type AtmosphereResourceEventListener
 ConcurrentLinkedQueue<AtmosphereResourceEventListener> AtmosphereResourceImpl.atmosphereResourceEventListener()
           
 

Methods in org.atmosphere.cpr with parameters of type AtmosphereResourceEventListener
 void AtmosphereResourceImpl.addEventListener(AtmosphereResourceEventListener e)
          Add a AtmosphereResourceEventListener.
 void AtmosphereEventLifecycle.addEventListener(AtmosphereResourceEventListener e)
          Add a AtmosphereResourceEventListener.
 void Meteor.addListener(AtmosphereResourceEventListener e)
          Add a AtmosphereResourceEventListener which gets invoked when response are resuming, when the remote client close the connection or when the a Broadcaster.broadcast(T) operations occurs.
 void AtmosphereResourceImpl.removeEventListener(AtmosphereResourceEventListener e)
          Add a AtmosphereResourceEventListener.
 void AtmosphereEventLifecycle.removeEventListener(AtmosphereResourceEventListener e)
          Remove aAtmosphereResourceEventListener.
 void Meteor.removeListener(AtmosphereResourceEventListener e)
          Remove a AtmosphereResourceEventListener which gets invoked when response are resuming, when the remote client close the connection or when the a Broadcaster.broadcast(T) operations occurs.
 

Uses of AtmosphereResourceEventListener in org.atmosphere.websocket
 

Subinterfaces of AtmosphereResourceEventListener in org.atmosphere.websocket
 interface WebSocketEventListener
          A listener for monitoring what's occurring on a WebSocket, independently of the underlying implementation.
 

Classes in org.atmosphere.websocket that implement AtmosphereResourceEventListener
 class WebSocketEventListenerAdapter
          An implementation of WebSocketEventListener with just log event as trace.
 



Copyright © 2011. All Rights Reserved.