toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho
/
EventHandler
Event
Handler
open
class
EventHandler
<
E
>
:
Function
<
ReturnType
>
,
Equivalence
<
T
>
Inheritors
DelegatingEventHandler
ErrorEventHandler
NoOpEventHandler
Members
Constructors
Event
Handler
Link copied to clipboard
constructor
(
id
:
Int
,
mode
:
EventHandlerRebindMode
,
dispatchInfo
:
EventDispatchInfo
,
@
Nullable
params
:
Array
<
Any
>
)
Properties
dispatch
Info
Link copied to clipboard
open
var
dispatchInfo
:
EventDispatchInfo
id
Link copied to clipboard
val
id
:
Int
mode
Link copied to clipboard
val
mode
:
EventHandlerRebindMode
params
Link copied to clipboard
@
Nullable
val
params
:
Array
<
Any
>
Unbound
Event
Handler
Link copied to clipboard
val
UnboundEventHandler
:
String
=
"UnboundEventHandler"
Functions
call
Link copied to clipboard
@
Nullable
open
fun
call
(
arguments
:
Array
<
Any
>
)
:
Void
dispatch
Event
Link copied to clipboard
@
Nullable
open
fun
dispatchEvent
(
event
:
E
)
:
Any
is
Equivalent
To
Link copied to clipboard
open
fun
isEquivalentTo
(
@
Nullable
other
:
EventHandler
)
:
Boolean
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String