ChannelEventsListener

open class ChannelEventsListener(serverRepository: ServerRepository, sessionService: SessionService) : EventListener<ChannelEvent>

Listens for events related to channels and updates the server repository accordingly.

Inheritors

Constructors

Link copied to clipboard
constructor(serverRepository: ServerRepository, sessionService: SessionService)

Functions

Link copied to clipboard
open override fun handle(event: ChannelEvent)
Link copied to clipboard
open operator fun invoke(event: ChannelEvent): Result<Unit>