mvvm-core
/
dev.icerock.moko.mvvm.dispatcher
/
EventsDispatcher
common
ios
Events
Dispatcher
class
EventsDispatcher
<
ListenerType
:
Any
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
EventsDispatcher
Link copied to clipboard
ios
fun
EventsDispatcher
(queue:
<ERROR CLASS>
)
Content copied to clipboard
EventsDispatcher
Link copied to clipboard
ios
fun <
ListenerType
:
Any
>
EventsDispatcher
(listener:
ListenerType
)
Content copied to clipboard
Functions
dispatchEvent
Link copied to clipboard
common
fun
dispatchEvent
(block:
ListenerType
.() ->
Unit
)
Content copied to clipboard
equals
Link copied to clipboard
common
ios
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
ios
open fun
hashCode
():
Int
Content copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
ios
open fun
toString
():
String
Content copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
listener
Link copied to clipboard
ios
var
listener
:
ListenerType
?
Content copied to clipboard