Uses of Class
org.exoplatform.agenda.service.AgendaWebSocketService
-
Packages that use AgendaWebSocketService Package Description org.exoplatform.agenda.listener org.exoplatform.agenda.rest -
-
Uses of AgendaWebSocketService in org.exoplatform.agenda.listener
Constructors in org.exoplatform.agenda.listener with parameters of type AgendaWebSocketService Constructor Description AgendaWebSocketEventReplyListener(org.exoplatform.container.PortalContainer container, org.exoplatform.agenda.service.AgendaEventService agendaEventService, org.exoplatform.social.core.manager.IdentityManager identityManager, AgendaWebSocketService agendaWebSocketService)AgendaWebSocketEventUpdateListener(org.exoplatform.container.PortalContainer container, AgendaWebSocketService agendaWebSocketService) -
Uses of AgendaWebSocketService in org.exoplatform.agenda.rest
Constructors in org.exoplatform.agenda.rest with parameters of type AgendaWebSocketService Constructor Description AgendaSettingsRest(org.exoplatform.agenda.service.AgendaUserSettingsService agendaUserSettingsService, org.exoplatform.agenda.service.AgendaEventConferenceService agendaEventConferenceService, org.exoplatform.agenda.service.AgendaRemoteEventService agendaRemoteEventService, AgendaWebSocketService agendaWebSocketService, org.exoplatform.social.core.manager.IdentityManager identityManager)
-