Uses of Interface
org.atmosphere.cpr.AsyncSupportListener
-
Packages that use AsyncSupportListener Package Description 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 Modifier and Type Method Description voidAsyncSupportListenerServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<AsyncSupportListener> annotatedClass) -
Uses of AsyncSupportListener in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AsyncSupportListener Modifier and Type Class Description classAsyncSupportListenerAdapterA default implementation ofAsyncSupportListenerFields in org.atmosphere.cpr with type parameters of type AsyncSupportListener Modifier and Type Field Description protected java.util.List<AsyncSupportListener>AtmosphereFramework. asyncSupportListenersMethods in org.atmosphere.cpr that return types with arguments of type AsyncSupportListener Modifier and Type Method Description java.util.List<AsyncSupportListener>AtmosphereFramework. asyncSupportListeners()Return the list ofAsyncSupportListeners.Methods in org.atmosphere.cpr with parameters of type AsyncSupportListener Modifier and Type Method Description AtmosphereFrameworkAtmosphereFramework. asyncSupportListener(AsyncSupportListener asyncSupportListener)Add anAsyncSupportListener.
-