Uses of Interface
org.atmosphere.cpr.AsyncSupportListener

Packages that use AsyncSupportListener
org.atmosphere.annotation   
org.atmosphere.cpr   
 

Uses of AsyncSupportListener in org.atmosphere.annotation
 

Method parameters in org.atmosphere.annotation with type arguments of type AsyncSupportListener
 void AsyncSupportListenerServiceProcessor.handle(AtmosphereFramework framework, Class<AsyncSupportListener> annotatedClass)
           
 

Uses of AsyncSupportListener in org.atmosphere.cpr
 

Classes in org.atmosphere.cpr that implement AsyncSupportListener
 class AsyncSupportListenerAdapter
          A default implementation of AsyncSupportListener
 

Fields in org.atmosphere.cpr with type parameters of type AsyncSupportListener
protected  List<AsyncSupportListener> AtmosphereFramework.asyncSupportListeners
           
 

Methods in org.atmosphere.cpr that return types with arguments of type AsyncSupportListener
 List<AsyncSupportListener> AtmosphereFramework.asyncSupportListeners()
          Return the list of AsyncSupportListeners.
 

Methods in org.atmosphere.cpr with parameters of type AsyncSupportListener
 AtmosphereFramework AtmosphereFramework.asyncSupportListener(AsyncSupportListener asyncSupportListener)
          Add an AsyncSupportListener.
 



Copyright © 2014. All Rights Reserved.