EventsListeners

Instantiates the event listeners.

Types

Link copied to clipboard
@Singleton
class ChannelEventListenerService(serverRepository: ServerRepository, sessionService: SessionService) : ChannelEventsListener
Link copied to clipboard
@Singleton
class DirectEventListenerService(directRepository: DirectRepository, sessionService: SessionService) : DirectEventsListener
Link copied to clipboard
@Singleton
class ServerEventListenerService(serverRepository: ServerRepository, sessionService: SessionService) : ServerEventsListener