Uses of Interface
org.atmosphere.cpr.AtmosphereResourceListener
-
Packages that use AtmosphereResourceListener Package Description 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 Modifier and Type Method Description voidAtmosphereResourceListenerServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<AtmosphereResourceListener> annotatedClass) -
Uses of AtmosphereResourceListener in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AtmosphereResourceListener Modifier and Type Class Description classAtmosphereResourceListenerAdapterAdapter forAtmosphereResourceListenerFields in org.atmosphere.cpr with type parameters of type AtmosphereResourceListener Modifier and Type Field Description protected java.util.List<AtmosphereResourceListener>AtmosphereFramework. atmosphereResourceListenersMethods in org.atmosphere.cpr that return types with arguments of type AtmosphereResourceListener Modifier and Type Method Description java.util.List<AtmosphereResourceListener>AtmosphereFramework. atmosphereResourceListeners()Return the list ofAtmosphereResourceListenerMethods in org.atmosphere.cpr with parameters of type AtmosphereResourceListener Modifier and Type Method Description AtmosphereFrameworkAtmosphereFramework. atmosphereResourceListener(AtmosphereResourceListener atmosphereResourceListener)
-