Minix
5.0.0-alpha
module-common
/
dev.racci.minix.api.lifecycles
/
Lifecycle
Lifecycle
@
ApiStatus.Experimental
@
ApiStatus.AvailableSince
(
value
=
"4.3.0"
)
interface
Lifecycle
Functions
Inheritors
Functions
handle
Load
Link copied to clipboard
open
suspend
fun
handleLoad
(
)
Called when this object is created|loaded
handle
Unload
Link copied to clipboard
open
suspend
fun
handleUnload
(
)
Called when this object is destroyed|disposed|unloaded
Inheritors
ComplexLifecycle
Link copied to clipboard
ManagedLifecycle
Link copied to clipboard