core
0.18.1
core
/
de.peekandpoke.kraft.components
/
Component
/
LifeCycle
/
Hook
Hook
class
Hook
Content copied to clipboard
Hook with no callback parameters
Constructors
Functions
Constructors
Hook
Link copied to clipboard
fun
Hook
(
)
Content copied to clipboard
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
block
:
(
)
->
Unit
)
Content copied to clipboard
Registers a listener.
notify
Link copied to clipboard
fun
notify
(
)
Content copied to clipboard
Notifies all listeners.