toggle menu
KStg
1.0-SNAPSHOT
jvm
switch theme
search in API
KStg
/
top.kkoishi.stg.logic.keys
/
KeyBindEventWithCaller
Key
Bind
Event
With
Caller
class
KeyBindEventWithCaller
<
ObjectType
:
Object
,
ReturnType
>
(
caller
:
ObjectType
?
,
val
action
:
(
ObjectType
?
)
->
ReturnType
)
:
KeyBindEvent
<
ObjectType
,
ReturnType
>
Members
Constructors
Key
Bind
Event
With
Caller
Link copied to clipboard
constructor
(
caller
:
ObjectType
?
,
action
:
(
ObjectType
?
)
->
ReturnType
)
Properties
action
Link copied to clipboard
val
action
:
(
ObjectType
?
)
->
ReturnType
Functions
invoke
Link copied to clipboard
open
override
fun
invoke
(
it
:
ObjectType
)
:
ReturnType