SourceEventHandler

data class SourceEventHandler(val event: String, val handler: (Any?) -> Unit)

Constructors

Link copied to clipboard
constructor(event: String, handler: (Any?) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
val handler: (Any?) -> Unit