Uses of Interface
org.glassfish.tyrus.core.monitoring.ApplicationEventListener
-
Packages that use ApplicationEventListener Package Description org.glassfish.tyrus.core Core classes.org.glassfish.tyrus.core.monitoring Monitoring interfaces. -
-
Uses of ApplicationEventListener in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core that return ApplicationEventListener Modifier and Type Method Description ApplicationEventListenerTyrusWebSocketEngine. getApplicationEventListener()GetApplicationEventListenerrelated to currentTyrusWebSocketEngineinstance.Methods in org.glassfish.tyrus.core with parameters of type ApplicationEventListener Modifier and Type Method Description TyrusWebSocketEngine.TyrusWebSocketEngineBuilderTyrusWebSocketEngine.TyrusWebSocketEngineBuilder. applicationEventListener(ApplicationEventListener applicationEventListener) -
Uses of ApplicationEventListener in org.glassfish.tyrus.core.monitoring
Fields in org.glassfish.tyrus.core.monitoring declared as ApplicationEventListener Modifier and Type Field Description static ApplicationEventListenerApplicationEventListener. NO_OPAn instance of @ApplicationEventListener that does not do anything.
-