CSEventListener

interface CSEventListener<T> : CSRegistration

Functions

Link copied to clipboard
open fun cancel()
Link copied to clipboard
abstract fun onEvent(argument: T)

Properties

Link copied to clipboard
abstract var isActive: Boolean