EventsDispatcher

class EventsDispatcher<ListenerType : Any>

Constructors

EventsDispatcher
Link copied to clipboard
ios
fun EventsDispatcher(queue: <ERROR CLASS>)
EventsDispatcher
Link copied to clipboard
ios
fun <ListenerType : Any> EventsDispatcher(listener: ListenerType)

Functions

dispatchEvent
Link copied to clipboard
common
fun dispatchEvent(block: ListenerType.() -> Unit)
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String
open fun toString(): String

Properties

listener
Link copied to clipboard
ios
var listener: ListenerType?