EventWithResult

interface EventWithResult<T> : Event

A type of event that can optionally return a result to modify the behaviour of the event.

Inheritors

Properties

Link copied to clipboard
abstract var result: T?

The result that is returned by this event.