Uses of Interface
org.atmosphere.cpr.AtmosphereFrameworkListener
-
Packages that use AtmosphereFrameworkListener Package Description org.atmosphere.annotation org.atmosphere.cpr -
-
Uses of AtmosphereFrameworkListener in org.atmosphere.annotation
Method parameters in org.atmosphere.annotation with type arguments of type AtmosphereFrameworkListener Modifier and Type Method Description voidAtmosphereFrameworkServiceProcessor. handle(AtmosphereFramework framework, java.lang.Class<AtmosphereFrameworkListener> annotatedClass) -
Uses of AtmosphereFrameworkListener in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AtmosphereFrameworkListener Modifier and Type Class Description classAtmosphereFrameworkListenerAdapterAdapter forAtmosphereFrameworkListenerFields in org.atmosphere.cpr with type parameters of type AtmosphereFrameworkListener Modifier and Type Field Description protected java.util.List<AtmosphereFrameworkListener>AtmosphereFramework. frameworkListenersMethods in org.atmosphere.cpr that return types with arguments of type AtmosphereFrameworkListener Modifier and Type Method Description java.util.List<AtmosphereFrameworkListener>AtmosphereFramework. frameworkListeners()Return the list ofAtmosphereFrameworkListenerMethods in org.atmosphere.cpr with parameters of type AtmosphereFrameworkListener Modifier and Type Method Description AtmosphereFrameworkAtmosphereFramework. frameworkListener(AtmosphereFrameworkListener l)
-