DataEvent

interface DataEvent<out D : Any> : Event

Event holding some data

Properties

Link copied to clipboard
abstract val data: D