Uses of Interface
org.atmosphere.cpr.AsyncSupportListener
Packages that use AsyncSupportListener
-
Uses of AsyncSupportListener in org.atmosphere.annotation
Method parameters in org.atmosphere.annotation with type arguments of type AsyncSupportListenerModifier and TypeMethodDescriptionvoidAsyncSupportListenerServiceProcessor.handle(AtmosphereFramework framework, Class<AsyncSupportListener> annotatedClass) -
Uses of AsyncSupportListener in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AsyncSupportListenerFields in org.atmosphere.cpr with type parameters of type AsyncSupportListenerModifier and TypeFieldDescriptionprotected final List<AsyncSupportListener> AtmosphereFramework.asyncSupportListenersMethods in org.atmosphere.cpr that return types with arguments of type AsyncSupportListenerModifier and TypeMethodDescriptionAtmosphereFramework.asyncSupportListeners()Return the list ofAsyncSupportListeners.Methods in org.atmosphere.cpr with parameters of type AsyncSupportListenerModifier and TypeMethodDescriptionAtmosphereFramework.asyncSupportListener(AsyncSupportListener asyncSupportListener) Add anAsyncSupportListener.