IEvent

external interface IEvent<T, U>(source)

Inheritors

Functions

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