EventWithParameters

data class EventWithParameters<T : Any>(val eventReference: EventReference, val parameters: EventParameters<T>)

Constructors

Link copied to clipboard
constructor(eventReference: EventReference, parameters: EventParameters<T>)

Properties

Link copied to clipboard
Link copied to clipboard