Package-level declarations
Types
Link copied to clipboard
open class ChannelEventsListener(serverRepository: ServerRepository, sessionService: SessionService) : EventListener<ChannelEvent>
Listens for events related to channels and updates the server repository accordingly.
Link copied to clipboard
open class ServerEventsListener(serverRepository: ServerRepository, sessionService: SessionService) : EventListener<ServerEvent>
Listens for events related to servers and updates the server repository accordingly.