Uses of Interface
org.atmosphere.cpr.AtmosphereResourceEventListener

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

Uses of AtmosphereResourceEventListener in org.atmosphere.cpr
 

Methods in org.atmosphere.cpr with parameters of type 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 Broadcast#broadcast operations occurs.
 

Uses of AtmosphereResourceEventListener in org.atmosphere.handler
 

Methods in org.atmosphere.handler with parameters of type AtmosphereResourceEventListener
 void ReflectorServletProcessor.addEventListener(AtmosphereResourceEventListener e)
          Add a AtmosphereResourceEventListener.
 void ReflectorServletProcessor.removeEventListener(AtmosphereResourceEventListener e)
          Add a AtmosphereResourceEventListener.
 



Copyright © 2010 SUN Microsystems. All Rights Reserved.