Uses of Interface
org.atmosphere.cpr.AtmosphereResourceListener

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

Uses of AtmosphereResourceListener in org.atmosphere.annotation
 

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

Uses of AtmosphereResourceListener in org.atmosphere.cpr
 

Classes in org.atmosphere.cpr that implement AtmosphereResourceListener
 class AtmosphereResourceListenerAdapter
          Adapter for AtmosphereResourceListener
 

Fields in org.atmosphere.cpr with type parameters of type AtmosphereResourceListener
protected  List<AtmosphereResourceListener> AtmosphereFramework.atmosphereResourceListeners
           
 

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

Methods in org.atmosphere.cpr with parameters of type AtmosphereResourceListener
 AtmosphereFramework AtmosphereFramework.atmosphereResourceListener(AtmosphereResourceListener atmosphereResourceListener)
          Add a AtmosphereResourceListener
 



Copyright © 2015. All Rights Reserved.