IEvent__1

external interface IEvent__1<T> : IEvent<T, Unit> (source)

Functions

Link copied to clipboard
abstract operator fun invoke(listener: (arg1: T, arg2: Unit) -> Any): IDisposable